DefaultServerSideEncryption

public struct DefaultServerSideEncryption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of encryption used for objects within the S3 bucket.

    Declaration

    Swift

    public let encryptionType: String?
  • The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket EncryptionType is aws:kms.

    Declaration

    Swift

    public let kmsMasterKeyArn: String?
  • Undocumented

    Declaration

    Swift

    public init(encryptionType: String? = nil, kmsMasterKeyArn: String? = nil)