Amazon S3 - put bucket policy
Search form
Description - Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it.
Runtime Class - com.ibi.agents.XDPutBucketPolicyAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string Sets the policy for the specified bucket.
* - denotes required
Parameter Type Description
Policy Script: string JSON representation of this AWS access control policy. If no policy is given, a generic public-read policy will be set to the bucket.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDPutBucketPolicyAgent
Configuration
This action requires a Amazon S3 Generic as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string Sets the policy for the specified bucket.
* - denotes required
Parameter Type Description
Policy Script: string JSON representation of this AWS access control policy. If no policy is given, a generic public-read policy will be set to the bucket.
* - 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 | Sets the policy for the specified bucket. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Policy Script: | string | JSON representation of this AWS access control policy. If no policy is given, a generic public-read policy will be set to the bucket. |
* - denotes required
Output Events
Name | Description |
---|---|
invalid_policy | invalid_policy |
onNoSuchBucket | The specified bucket does not exist. |
success | The operation was successful. |
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. |