DATASOURCE::OSS::Bucket is used to query the information about an Object Storage Service (OSS) bucket.
Syntax
{
"Type": "DATASOURCE::OSS::Bucket",
"Properties": {
"BucketName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
BucketName | String | Yes | Yes | The bucket name. | None. |
Return values
Fn::GetAtt
Owner: the information about the owner of the bucket.
ExtranetEndpoint: the public endpoint that is used to access the bucket over the Internet.
StorageClass: the storage class of the bucket.
CreateTime: the time when the bucket was created.
IntranetEndpoint: the internal endpoint that is used to access the bucket from Elastic Compute Service (ECS) instances that reside in the same region as the bucket.
Name: the bucket name.
Location: the data center of the bucket.