AWSEC2VerifiedAccessLogS3DestinationOptions
Objective-C
@interface AWSEC2VerifiedAccessLogS3DestinationOptions
Swift
class AWSEC2VerifiedAccessLogS3DestinationOptions
Options for Amazon S3 as a logging destination.
Required parameters: [Enabled]
-
The bucket name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucketName;
Swift
var bucketName: String? { get set }
-
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucketOwner;
Swift
var bucketOwner: String? { get set }
-
Indicates whether logging is enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }
-
The bucket prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefix;
Swift
var prefix: String? { get set }