DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oss-domain
Initializer
import { DomainProps } from '@alicloud/ros-cdk-oss'
const domainProps: DomainProps = { ... }
Properties
Name | Type | Description |
---|---|---|
bucketName |
string | @alicloud/ros-cdk-core.IResolvable |
Property bucketName: bucket name. |
domainName |
string | @alicloud/ros-cdk-core.IResolvable |
Property domainName: Domain name. |
bucketName
Required
public readonly bucketName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bucketName: bucket name.
domainName
Required
public readonly domainName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domainName: Domain name.