Structureswift-cloud 0.31.0CloudAWS
DynamoDB
DynamoDB.swift:2struct DynamoDB
struct DynamoDB
import CloudAWS
enum AWS
static func getARN(_ resource: any AWSResourceProvider) -> Output<GetARN>
static func getSubnet(_ id: any Input<String>) -> Output<GetSubnet>
struct AutoScaling
struct Bucket
struct CDN
struct Cache
enum Cloudfront
struct Cluster
struct Cron
struct DNS
struct DNSRecord
struct DockerImage
struct ExpressBucket
struct Function
struct GetARN
struct GetSubnet
final class Home
struct ImageRepository
struct Provider
struct Queue
struct Role
enum Route53
enum SES
struct SQLDatabase
struct SecureDomainName
struct SecurityGroup
struct TLSCertificate
struct Topic
struct VPC
struct WebServer
protocol AWSComponent : Component
protocol Component : Sendable
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
protocol Linkable
protocol Sendable
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
enum AttributeType
struct Index
typealias IndexKey = (name: String, type: AttributeType)
var effect: String { get }
var environmentVariables: [String : any Input<String>] { get }
var policy: AnyEncodable { get }
@discardableResult func linkTo(_ provider: any RoleProvider) -> Self
@discardableResult func linkTo(_ providers: any RoleProvider...) -> Self
@discardableResult func linkTo(_ providers: [any RoleProvider]) -> Self
@discardableResult func linked() -> Self
Links the current resource to the current context, ensuring it is written to the CloudSDK resources.