AwsDynamoDbTableSseDescription
public struct AwsDynamoDbTableSseDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let inaccessibleEncryptionDateTime: String? -
The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS encryption.
Declaration
Swift
public let kmsMasterKeyArn: String? -
The type of server-side encryption.
Declaration
Swift
public let sseType: String? -
The status of the server-side encryption.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(inaccessibleEncryptionDateTime: String? = nil, kmsMasterKeyArn: String? = nil, sseType: String? = nil, status: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsDynamoDbTableSseDescription Structure Reference