Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Imports ¶
type Imports interface {
VPC() awsec2.IVpc
LoadBalancerDNSName() *string
ContainerCluster() awsecs.ICluster
LoadBalancerListener() awselbv2.IApplicationListener
WildcardCertificate() awscertificatemanager.ICertificate
HostedZone() awsroute53.IHostedZone
EnvSecret() awssecretsmanager.ISecret
DBROHostName() *string
DBRWHostName() *string
DBResourceID() *string
DBCustomProviderToken() *string
StdSmallCapacityName() *string
}
Imports construct provides access to imported resources from the platform stack.
func NewImports ¶
func NewImports(scope constructs.Construct) Imports
NewImports inits the root constructs for the stack.
Click to show internal directories.
Click to hide internal directories.