Skip to content

StorageBundleProps

Properties for defining a StorageBundle.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudstoragegateway-storagebundle

Initializer

import { StorageBundleProps } from '@alicloud/ros-cdk-cloudstoragegateway'
const storageBundleProps: StorageBundleProps = { ... }

Properties

Name Type Description
storageBundleName string | @alicloud/ros-cdk-core.IResolvable Property storageBundleName: The name of the gateway cluster.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the gateway cluster.

storageBundleNameRequired

public readonly storageBundleName: string | IResolvable;
  • Type: string | @alicloud/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.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the gateway cluster.

The description must be 0 to 128 characters in length.