AWSS3PutBucketAnalyticsConfigurationRequest
Objective-C
@interface AWSS3PutBucketAnalyticsConfigurationRequest
Swift
class AWSS3PutBucketAnalyticsConfigurationRequest
-
The configuration and any analyses for the analytics filter.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3AnalyticsConfiguration *_Nullable analyticsConfiguration;
Swift
var analyticsConfiguration: AWSS3AnalyticsConfiguration? { get set }
-
The name of the bucket to which an analytics configuration is stored.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP
403 (Access Denied)
error.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable expectedBucketOwner;
Swift
var expectedBucketOwner: String? { get set }
-
The ID that identifies the analytics configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }