Type Aliasswift-cloud 0.31.0CloudAWS
IndexKey
DynamoDB.swift:46typealias IndexKey = (name: String, type: AttributeType)
typealias IndexKey = (name: String, type: AttributeType)
import CloudAWS
struct DynamoDB
enum AWS
@frozen struct String
A Unicode string value that is a collection of characters.
enum AttributeType
init(_ name: String, primaryIndex: Index, secondaryIndexes: [Index] = [], options: Resource.Options? = nil)
var actions: [String] { get }
var id: Output<String> { get }
var name: Output<String> { get }
var properties: LinkProperties? { get }
var resources: [Output<String>] { get }
let table: Resource
struct Index