AwsElasticsearchDomainEncryptionAtRestOptions

public struct AwsElasticsearchDomainEncryptionAtRestOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether encryption at rest is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.

    Declaration

    Swift

    public let kmsKeyId: String?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, kmsKeyId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws