FileAssetLocation
The location of the published file asset.
This is where the asset can be consumed at runtime.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.FileAssetLocation {
BucketName: *string,
HttpUrl: *string,
ObjectKey: *string,
Region: *string,
}
Properties
Name | Type | Description |
---|---|---|
BucketName |
*string |
The name of the OSS bucket. |
HttpUrl |
*string |
The HTTP URL of this asset on OSS. |
ObjectKey |
*string |
The path of OSS object. |
Region |
*string |
The region of the OSS bucket. |
BucketName
Required
BucketName *string
- Type: *string
The name of the OSS bucket.
HttpUrl
Required
HttpUrl *string
- Type: *string
The HTTP URL of this asset on OSS.
This value suitable for inclusion in a ROS template, and may be an encoded token.
Example value: https://${bucketName}.oss-${region}.aliyuncs.com/${objectKey}
ObjectKey
Required
ObjectKey *string
- Type: *string
The path of OSS object.
Region
Optional
Region *string
- Type: *string
The region of the OSS bucket.