Amazon S3 - put bucket versioning
Search form
Description - Sets the versioning state of an existing bucket.
Runtime Class - com.ibi.agents.XDPutBucketVersioningAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string The name of the bucket to set the versioning policy.
Versioning Policy: string The policy on how objects are versioned within a bucket.
Select from one of the following options:
- Off(Default) {off}
- Enabled {enabled} - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID.
- Suspended {suspended} - Disables versioning for the objects in the bucket. All objects added to the bucket receive the version ID null
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDPutBucketVersioningAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string The name of the bucket to set the versioning policy.
Versioning Policy: string The policy on how objects are versioned within a bucket.
Select from one of the following options:
- Off(Default) {off}
- Enabled {enabled} - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID.
- Suspended {suspended} - Disables versioning for the objects in the bucket. All objects added to the bucket receive the version ID null
* - denotes required
Output Events
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Name: | string | The name of the bucket to set the versioning policy. | Versioning Policy: | string | The policy on how objects are versioned within a bucket.
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
onNoSuchBucket | The specified bucket does not exist. |
onFailUnreachable | The host was located but cannot be reached. |
onFailConnect | Could not connect to the external system. |
onInvalidVersion | Invalid Version |
onFailTimeout | The operation timed out. |
onNoSuchKey | The specified key does not exist. |
onInvalidAccessKeyID | The AWS access key ID you provided does not exist in our records. |