AWSConnectS3Config

Objective-C

@interface AWSConnectS3Config

Swift

class AWSConnectS3Config

Information about the Amazon Simple Storage Service (Amazon S3) storage type.

Required parameters: [BucketName, BucketPrefix]

  • The S3 bucket name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable bucketName;

    Swift

    var bucketName: String? { get set }
  • The S3 bucket prefix.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable bucketPrefix;

    Swift

    var bucketPrefix: String? { get set }
  • The Amazon S3 encryption configuration.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectEncryptionConfig *_Nullable encryptionConfig;

    Swift

    var encryptionConfig: AWSConnectEncryptionConfig? { get set }