AWSIoTS3Action Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
Overview
Describes an action to write data to an Amazon S3 bucket.
Required parameters: [roleArn, bucketName, key]
bucketName
The Amazon S3 bucket.
@property (nonatomic, strong) NSString *bucketName
Declared In
AWSIoTModel.h
cannedAcl
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
@property (nonatomic, assign) AWSIoTCannedAccessControlList cannedAcl
Declared In
AWSIoTModel.h
roleArn
The ARN of the IAM role that grants access.
@property (nonatomic, strong) NSString *roleArn
Declared In
AWSIoTModel.h