EncryptionConfig

public struct EncryptionConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • AWS Key Management Service (AWS KMS) customer master key (CMK). Either the ARN or the alias can be used.

    Declaration

    Swift

    public let provider: Provider?
  • Specifies the resources to be encrypted. The only supported value is “secrets”.

    Declaration

    Swift

    public let resources: [String]?
  • Undocumented

    Declaration

    Swift

    public init(provider: Provider? = nil, resources: [String]? = nil)