Home
AWSHome.swift:6final class Home
final class Home
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 DynamoDB
struct ExpressBucket
struct Function
struct GetARN
struct GetSubnet
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 HomeProvider : Sendable
protocol Sendable
init(region: String = "us-east-1")
func bootstrap(with context: Context) async throws
func getItem<T>(fileName: String, with context: Context) async throws -> T where T : HomeProviderItem
func putItem<T>(_ item: T, fileName: String, with context: Context) async throws where T : HomeProviderItem
enum Error
static func aws(region: String = "us-east-1") -> Self
func contextualFileName(_ fileName: String, with context: Context) -> String
func passphrase(with context: Context) async throws -> String