Description
Copies objects from an Object Storage Service (OSS) bucket to an Elastic Compute Service (ECS) instance.
Syntax
Action: ACS::ECS::CopyLinuxInstanceFileFromOSS
Properties:
regionId: String
instanceId: String
instanceRole: String
srcUrl: String
destUrl: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
instanceId | The ECS instance ID. | String | Yes | Maximum length: 30 characters Minimum length: 1 character | |
instanceRole | The Resource Access Management (RAM) role that is attached to the ECS instance. | String | Yes | ||
srcUrl | The directory in which the objects to be copied are stored in the OSS bucket. | String | Yes | ||
destUrl | The directory in which the copied objects are stored on the ECS instance. | String | Yes |
Output
Output item | Description | Type |
result | String |
References
For more information, see ACS::ECS::CopyLinuxInstanceFileFromOSS.yml at GitHub.