AWSS3InventoryDestination
Objective-C
@interface AWSS3InventoryDestination
Swift
class AWSS3InventoryDestination
Specifies the inventory configuration for an Amazon S3 bucket.
Required parameters: [S3BucketDestination]
-
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3InventoryS3BucketDestination *_Nullable s3BucketDestination;
Swift
var s3BucketDestination: AWSS3InventoryS3BucketDestination? { get set }