StackBuilder Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
analyticsReporting enabled
Parameters:
bool
-
Whether analytics reporting is enabled.
Returns: StackConfig
|
|
Full Usage:
this.Bind
Parameters:
UserSpec
cont : IUser -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
PolicySpec
cont : IPolicy -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
EKSClusterSpec
cont : ICluster -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
UserPoolSpec
cont : IUserPool -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
NetworkLoadBalancerSpec
cont : INetworkLoadBalancer -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
Route53HostedZoneSpec
cont : IHostedZone -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
RestApiSpec
cont : IRestApi -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
RoleSpec
cont : IRole -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
CloudWatchLogGroupSpec
cont : ILogGroup -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
EfsFileSystemSpec
cont : IFileSystem -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
AccessPointSpec
cont : IAccessPoint -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
KMSKeySpec
cont : IKey -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
QueueSpec
cont : IQueue -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
StepFunctionSpec
cont : StateMachine -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
FargateTaskDefinitionSpec
cont : FargateTaskDefinition -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
UserPoolClientSpec
cont : IUserPoolClient -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
VpcLinkSpec
cont : IVpcLink -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
TokenAuthorizerSpec
cont : IAuthorizer -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
BastionHostSpec
cont : BastionHostLinux -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
TopicSpec
cont : ITopic -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
EC2InstanceSpec
cont : Instance_ -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
FunctionSpec
cont : IFunction -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
CloudWatchAlarmSpec
cont : IAlarm -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
EventBridgeRuleSpec
cont : IRule -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
CertificateSpec
cont : ICertificate -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
ManagedPolicySpec
cont : IManagedPolicy -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
SecretsManagerSpec
cont : ISecret -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
KinesisStreamSpec
cont : IStream -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
BucketSpec
cont : IBucket -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
SSMDocumentSpec
cont : CfnDocument -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
SSMParameterSpec
cont : StringParameter -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
SecurityGroupSpec
cont : ISecurityGroup -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
TableSpec
cont : ITable -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.Bind
Parameters:
VpcSpec
cont : IVpc -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
Full Usage:
this.BindViaYield
Parameters:
'Spec -> Operation
tryGet : 'Spec -> 'Res option
kind : string
nameOf : 'Spec -> string
spec : 'Spec
cont : 'Res -> StackConfig
Returns: StackConfig
Modifiers: inline Type parameters: 'Spec, 'Res |
|
|
|
Full Usage:
crossRegionReferences enabled
Parameters:
bool
-
Whether cross-region references are enabled.
Returns: StackConfig
|
|
|
|
Full Usage:
description desc
Parameters:
string
-
A description of the stack.
Returns: StackConfig
|
|
|
|
|
|
Full Usage:
this.For
Parameters:
StackConfig
f : unit -> StackConfig
Returns: StackConfig
Modifiers: inline |
|
|
|
Full Usage:
notificationArns arns
Parameters:
string list
-
List of SNS topic ARNs.
Returns: StackConfig
|
|
Full Usage:
permissionsBoundary boundary
Parameters:
PermissionsBoundary
-
The permissions boundary.
Returns: StackConfig
|
|
Full Usage:
propertyInjectors injectors
Parameters:
IPropertyInjector list
-
List of property injectors.
Returns: StackConfig
|
|
|
|
|
|
|
|
Full Usage:
suppressTemplateIndentation enabled
Parameters:
bool
-
Whether to suppress template indentation.
Returns: StackConfig
|
|
Full Usage:
synthesizer synthesizer
Parameters:
IStackSynthesizer
-
The stack synthesizer to use.
Returns: StackConfig
|
|
Full Usage:
tags tags
Parameters:
(string * string) list
-
A list of key-value pairs for tagging.
Returns: StackConfig
|
|
Full Usage:
terminationProtection enabled
Parameters:
bool
-
Whether termination protection is enabled.
Returns: StackConfig
|
|
|
|
|
|
Full Usage:
this.Yield
Parameters:
CloudWatchSubscriptionFilterSpec
Returns: StackConfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Yield
Parameters:
AppSyncDataSourceSpec
Returns: StackConfig
|
|
|
|
Full Usage:
this.Yield
Parameters:
XRaySamplingRuleSpec
Returns: StackConfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Yield
Parameters:
ElasticBeanstalkEnvironmentSpec
Returns: StackConfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FsCDK