InventoryEncryption

public struct InventoryEncryption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the use of SSE-KMS to encrypt delivered inventory reports.

    Declaration

    Swift

    public let ssekms: SSEKMS?
  • Specifies the use of SSE-S3 to encrypt delivered inventory reports.

    Declaration

    Swift

    public let sses3: SSES3?
  • Undocumented

    Declaration

    Swift

    public init(ssekms: SSEKMS? = nil, sses3: SSES3? = nil)