ALIYUN::OSS::Domain is used to bind a custom domain name.
Syntax
{
"Type": "ALIYUN::OSS::Domain",
"Properties": {
"BucketName": String,
"DomainName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
BucketName | String | Yes | No | The bucket name. | None. |
DomainName | String | Yes | No | The custom domain name. | The domain name must be 2 to 128 characters in length. |
Return values
Fn::GetAtt
BucketName: the bucket name.
DomainName: the custom domain name.