S3Action
Describes an action to write data to an Amazon S3 bucket.
Contents
- bucketName
-
The Amazon S3 bucket.
Type: String
Required: Yes
- key
-
The object key. For more information, see Actions, resources, and condition keys for Amazon S3.
Type: String
Required: Yes
- roleArn
-
The ARN of the IAM role that grants access.
Type: String
Required: Yes
- cannedAcl
-
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
Type: String
Valid Values:
private | public-read | public-read-write | aws-exec-read | authenticated-read | bucket-owner-read | bucket-owner-full-control | log-delivery-write
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: