NodeToNodeEncryptionOptionsStatus
public struct NodeToNodeEncryptionOptionsStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
Declaration
Swift
public let options: NodeToNodeEncryptionOptions -
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
Declaration
Swift
public let status: OptionStatus -
Undocumented
Declaration
Swift
public init(options: NodeToNodeEncryptionOptions, status: OptionStatus)
View on GitHub
NodeToNodeEncryptionOptionsStatus Structure Reference