AWSS3BucketLoggingStatus

Objective-C

@interface AWSS3BucketLoggingStatus

Swift

class AWSS3BucketLoggingStatus

Container for logging status information.

  • Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSS3LoggingEnabled *_Nullable loggingEnabled;

    Swift

    var loggingEnabled: AWSS3LoggingEnabled? { get set }