config property

StorageResourceConfig? config
getter/setter pair

Configuration for this storage resource, which describes how it should be created or imported.

This field only controls how the storage resource is initially created or imported. Subsequent changes to the storage resource should be made via the resource's API and will not be reflected in the configuration.

Required. Immutable.

Implementation

StorageResourceConfig? config;