AwsDynamoDbTableStreamSpecification
public struct AwsDynamoDbTableStreamSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether DynamoDB Streams is enabled on the table.
Declaration
Swift
public let streamEnabled: Bool?
-
Determines the information that is written to the table.
Declaration
Swift
public let streamViewType: String?
-
Undocumented
Declaration
Swift
public init(streamEnabled: Bool? = nil, streamViewType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws