StorageBundleProps
Properties for defining a StorageBundle
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudstoragegateway-storagebundle
Initializer
import ros_cdk_cloudstoragegateway
ros_cdk_cloudstoragegateway.StorageBundleProps(
storage_bundle_name: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
storage_bundle_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property storageBundleName: The name of the gateway cluster. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: The description of the gateway cluster. |
storage_bundle_name
Required
storage_bundle_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property storageBundleName: The name of the gateway cluster.
The name must be 1 to 60 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: The description of the gateway cluster.
The description must be 0 to 128 characters in length.