AwsDynamoDbTableDetails
public struct AwsDynamoDbTableDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of attribute definitions for the table.
Declaration
Swift
public let attributeDefinitions: [AwsDynamoDbTableAttributeDefinition]?
-
Information about the billing for read/write capacity on the table.
Declaration
Swift
public let billingModeSummary: AwsDynamoDbTableBillingModeSummary?
-
Indicates when the table was created. 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 creationDateTime: String?
-
List of global secondary indexes for the table.
Declaration
Swift
public let globalSecondaryIndexes: [AwsDynamoDbTableGlobalSecondaryIndex]?
-
The version of global tables being used.
Declaration
Swift
public let globalTableVersion: String?
-
The number of items in the table.
Declaration
Swift
public let itemCount: Int?
-
The primary key structure for the table.
Declaration
Swift
public let keySchema: [AwsDynamoDbTableKeySchema]?
-
The ARN of the latest stream for the table.
Declaration
Swift
public let latestStreamArn: String?
-
The label of the latest stream. The label is not a unique identifier.
Declaration
Swift
public let latestStreamLabel: String?
-
The list of local secondary indexes for the table.
Declaration
Swift
public let localSecondaryIndexes: [AwsDynamoDbTableLocalSecondaryIndex]?
-
Information about the provisioned throughput for the table.
Declaration
Swift
public let provisionedThroughput: AwsDynamoDbTableProvisionedThroughput?
-
The list of replicas of this table.
Declaration
Swift
public let replicas: [AwsDynamoDbTableReplica]?
-
Information about the restore for the table.
Declaration
Swift
public let restoreSummary: AwsDynamoDbTableRestoreSummary?
-
Information about the server-side encryption for the table.
Declaration
Swift
public let sseDescription: AwsDynamoDbTableSseDescription?
-
The current DynamoDB Streams configuration for the table.
Declaration
Swift
public let streamSpecification: AwsDynamoDbTableStreamSpecification?
-
The identifier of the table.
Declaration
Swift
public let tableId: String?
-
The name of the table.
Declaration
Swift
public let tableName: String?
-
The total size of the table in bytes.
Declaration
Swift
public let tableSizeBytes: Int64?
-
The current status of the table.
Declaration
Swift
public let tableStatus: String?
-
init(attributeDefinitions:billingModeSummary:creationDateTime:globalSecondaryIndexes:globalTableVersion:itemCount:keySchema:latestStreamArn:latestStreamLabel:localSecondaryIndexes:provisionedThroughput:replicas:restoreSummary:sseDescription:streamSpecification:tableId:tableName:tableSizeBytes:tableStatus:)
Undocumented
Declaration
Swift
public init(attributeDefinitions: [AwsDynamoDbTableAttributeDefinition]? = nil, billingModeSummary: AwsDynamoDbTableBillingModeSummary? = nil, creationDateTime: String? = nil, globalSecondaryIndexes: [AwsDynamoDbTableGlobalSecondaryIndex]? = nil, globalTableVersion: String? = nil, itemCount: Int? = nil, keySchema: [AwsDynamoDbTableKeySchema]? = nil, latestStreamArn: String? = nil, latestStreamLabel: String? = nil, localSecondaryIndexes: [AwsDynamoDbTableLocalSecondaryIndex]? = nil, provisionedThroughput: AwsDynamoDbTableProvisionedThroughput? = nil, replicas: [AwsDynamoDbTableReplica]? = nil, restoreSummary: AwsDynamoDbTableRestoreSummary? = nil, sseDescription: AwsDynamoDbTableSseDescription? = nil, streamSpecification: AwsDynamoDbTableStreamSpecification? = nil, tableId: String? = nil, tableName: String? = nil, tableSizeBytes: Int64? = nil, tableStatus: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws