- CFN_RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.core.CfnCustomResource
-
The CloudFormation resource type name for this resource class.
- CFN_RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.core.CfnMacro
-
The CloudFormation resource type name for this resource class.
- CFN_RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.core.CfnStack
-
The CloudFormation resource type name for this resource class.
- CFN_RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.core.CfnWaitCondition
-
The CloudFormation resource type name for this resource class.
- CFN_RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.core.CfnWaitConditionHandle
-
The CloudFormation resource type name for this resource class.
- CfnAutoScalingReplacingUpdate - Interface in software.amazon.awscdk.core
-
Specifies whether an Auto Scaling group and the instances it contains are replaced during an update.
- CfnAutoScalingReplacingUpdate.Builder - Class in software.amazon.awscdk.core
-
- CfnAutoScalingReplacingUpdate.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnAutoScalingRollingUpdate - Interface in software.amazon.awscdk.core
-
To specify how AWS CloudFormation handles rolling updates for an Auto Scaling group, use the AutoScalingRollingUpdate policy.
- CfnAutoScalingRollingUpdate.Builder - Class in software.amazon.awscdk.core
-
- CfnAutoScalingRollingUpdate.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnAutoScalingScheduledAction - Interface in software.amazon.awscdk.core
-
With scheduled actions, the group size properties of an Auto Scaling group can change at any time.
- CfnAutoScalingScheduledAction.Builder - Class in software.amazon.awscdk.core
-
- CfnAutoScalingScheduledAction.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnCapabilities - Enum in software.amazon.awscdk.core
-
Capabilities that affect whether CloudFormation is allowed to change IAM resources.
- CfnCodeDeployLambdaAliasUpdate - Interface in software.amazon.awscdk.core
-
To perform an AWS CodeDeploy deployment when the version changes on an AWS::Lambda::Alias resource, use the CodeDeployLambdaAliasUpdate update policy.
- CfnCodeDeployLambdaAliasUpdate.Builder - Class in software.amazon.awscdk.core
-
- CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnCondition - Class in software.amazon.awscdk.core
-
Represents a CloudFormation condition, for resources which must be conditionally created and the determination must be made at deploy time.
- CfnCondition(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnCondition
-
- CfnCondition(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnCondition
-
- CfnCondition(Construct, String, CfnConditionProps) - Constructor for class software.amazon.awscdk.core.CfnCondition
-
Build a new condition.
- CfnCondition(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnCondition
-
Build a new condition.
- CfnCondition.Builder - Class in software.amazon.awscdk.core
-
- CfnConditionProps - Interface in software.amazon.awscdk.core
-
- CfnConditionProps.Builder - Class in software.amazon.awscdk.core
-
- CfnConditionProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnCreationPolicy - Interface in software.amazon.awscdk.core
-
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
- CfnCreationPolicy.Builder - Class in software.amazon.awscdk.core
-
- CfnCreationPolicy.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnCustomResource - Class in software.amazon.awscdk.core
-
A CloudFormation `AWS::CloudFormation::CustomResource`.
- CfnCustomResource(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnCustomResource
-
- CfnCustomResource(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnCustomResource
-
- CfnCustomResource(Construct, String, CfnCustomResourceProps) - Constructor for class software.amazon.awscdk.core.CfnCustomResource
-
Create a new `AWS::CloudFormation::CustomResource`.
- CfnCustomResource.Builder - Class in software.amazon.awscdk.core
-
- CfnCustomResourceProps - Interface in software.amazon.awscdk.core
-
Properties for defining a `AWS::CloudFormation::CustomResource`.
- CfnCustomResourceProps.Builder - Class in software.amazon.awscdk.core
-
- CfnCustomResourceProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnDeletionPolicy - Enum in software.amazon.awscdk.core
-
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
- CfnDynamicReference - Class in software.amazon.awscdk.core
-
References a dynamically retrieved value.
- CfnDynamicReference(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnDynamicReference
-
- CfnDynamicReference(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnDynamicReference
-
- CfnDynamicReference(CfnDynamicReferenceService, String) - Constructor for class software.amazon.awscdk.core.CfnDynamicReference
-
- cfnDynamicReference(CfnDynamicReference) - Static method in class software.amazon.awscdk.core.SecretValue
-
Obtain the secret value through a CloudFormation dynamic reference.
- CfnDynamicReferenceProps - Interface in software.amazon.awscdk.core
-
Properties for a Dynamic Reference.
- CfnDynamicReferenceProps.Builder - Class in software.amazon.awscdk.core
-
- CfnDynamicReferenceProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnDynamicReferenceService - Enum in software.amazon.awscdk.core
-
The service to retrieve the dynamic reference from.
- CfnElement - Class in software.amazon.awscdk.core
-
An element of a CloudFormation stack.
- CfnElement(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnElement
-
- CfnElement(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnElement
-
- CfnElement(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnElement
-
Creates an entity and binds it to a tree.
- CfnInclude - Class in software.amazon.awscdk.core
-
Includes a CloudFormation template into a stack.
- CfnInclude(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnInclude
-
- CfnInclude(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnInclude
-
- CfnInclude(Construct, String, CfnIncludeProps) - Constructor for class software.amazon.awscdk.core.CfnInclude
-
Creates an adopted template construct.
- CfnInclude.Builder - Class in software.amazon.awscdk.core
-
- CfnIncludeProps - Interface in software.amazon.awscdk.core
-
- CfnIncludeProps.Builder - Class in software.amazon.awscdk.core
-
- CfnIncludeProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnJson - Class in software.amazon.awscdk.core
-
Captures a synthesis-time JSON object a CloudFormation reference which resolves during deployment to the resolved values of the JSON object.
- CfnJson(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnJson
-
- CfnJson(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnJson
-
- CfnJson(Construct, String, CfnJsonProps) - Constructor for class software.amazon.awscdk.core.CfnJson
-
- CfnJson.Builder - Class in software.amazon.awscdk.core
-
- CfnJsonProps - Interface in software.amazon.awscdk.core
-
- CfnJsonProps.Builder - Class in software.amazon.awscdk.core
-
- CfnJsonProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnMacro - Class in software.amazon.awscdk.core
-
A CloudFormation `AWS::CloudFormation::Macro`.
- CfnMacro(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnMacro
-
- CfnMacro(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnMacro
-
- CfnMacro(Construct, String, CfnMacroProps) - Constructor for class software.amazon.awscdk.core.CfnMacro
-
Create a new `AWS::CloudFormation::Macro`.
- CfnMacro.Builder - Class in software.amazon.awscdk.core
-
- CfnMacroProps - Interface in software.amazon.awscdk.core
-
Properties for defining a `AWS::CloudFormation::Macro`.
- CfnMacroProps.Builder - Class in software.amazon.awscdk.core
-
- CfnMacroProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnMapping - Class in software.amazon.awscdk.core
-
Represents a CloudFormation mapping.
- CfnMapping(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnMapping
-
- CfnMapping(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnMapping
-
- CfnMapping(Construct, String, CfnMappingProps) - Constructor for class software.amazon.awscdk.core.CfnMapping
-
- CfnMapping(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnMapping
-
- CfnMapping.Builder - Class in software.amazon.awscdk.core
-
- CfnMappingProps - Interface in software.amazon.awscdk.core
-
- CfnMappingProps.Builder - Class in software.amazon.awscdk.core
-
- CfnMappingProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnOutput - Class in software.amazon.awscdk.core
-
- CfnOutput(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnOutput
-
- CfnOutput(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnOutput
-
- CfnOutput(Construct, String, CfnOutputProps) - Constructor for class software.amazon.awscdk.core.CfnOutput
-
Creates an CfnOutput value for this stack.
- CfnOutput.Builder - Class in software.amazon.awscdk.core
-
- CfnOutputProps - Interface in software.amazon.awscdk.core
-
- CfnOutputProps.Builder - Class in software.amazon.awscdk.core
-
- CfnOutputProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnParameter - Class in software.amazon.awscdk.core
-
A CloudFormation parameter.
- CfnParameter(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnParameter
-
- CfnParameter(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnParameter
-
- CfnParameter(Construct, String, CfnParameterProps) - Constructor for class software.amazon.awscdk.core.CfnParameter
-
Creates a parameter construct.
- CfnParameter(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnParameter
-
Creates a parameter construct.
- cfnParameter(CfnParameter) - Static method in class software.amazon.awscdk.core.SecretValue
-
Obtain the secret value through a CloudFormation parameter.
- CfnParameter.Builder - Class in software.amazon.awscdk.core
-
- CfnParameterProps - Interface in software.amazon.awscdk.core
-
- CfnParameterProps.Builder - Class in software.amazon.awscdk.core
-
- CfnParameterProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnRefElement - Class in software.amazon.awscdk.core
-
Base class for referenceable CloudFormation constructs which are not Resources.
- CfnRefElement(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnRefElement
-
- CfnRefElement(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnRefElement
-
- CfnRefElement(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnRefElement
-
Creates an entity and binds it to a tree.
- CfnResource - Class in software.amazon.awscdk.core
-
Represents a CloudFormation resource.
- CfnResource(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnResource
-
- CfnResource(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnResource
-
- CfnResource(Construct, String, CfnResourceProps) - Constructor for class software.amazon.awscdk.core.CfnResource
-
Creates a resource construct.
- CfnResource.Builder - Class in software.amazon.awscdk.core
-
- CfnResourceAutoScalingCreationPolicy - Interface in software.amazon.awscdk.core
-
For an Auto Scaling group replacement update, specifies how many instances must signal success for the update to succeed.
- CfnResourceAutoScalingCreationPolicy.Builder - Class in software.amazon.awscdk.core
-
- CfnResourceAutoScalingCreationPolicy.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnResourceProps - Interface in software.amazon.awscdk.core
-
- CfnResourceProps.Builder - Class in software.amazon.awscdk.core
-
- CfnResourceProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnResourceSignal - Interface in software.amazon.awscdk.core
-
When AWS CloudFormation creates the associated resource, configures the number of required success signals and the length of time that AWS CloudFormation waits for those signals.
- CfnResourceSignal.Builder - Class in software.amazon.awscdk.core
-
- CfnResourceSignal.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnRule - Class in software.amazon.awscdk.core
-
The Rules that define template constraints in an AWS Service Catalog portfolio describe when end users can use the template and which values they can specify for parameters that are declared in the AWS CloudFormation template used to create the product they are attempting to use.
- CfnRule(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnRule
-
- CfnRule(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnRule
-
- CfnRule(Construct, String, CfnRuleProps) - Constructor for class software.amazon.awscdk.core.CfnRule
-
Creates and adds a rule.
- CfnRule(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnRule
-
Creates and adds a rule.
- CfnRule.Builder - Class in software.amazon.awscdk.core
-
- CfnRuleAssertion - Interface in software.amazon.awscdk.core
-
A rule assertion.
- CfnRuleAssertion.Builder - Class in software.amazon.awscdk.core
-
- CfnRuleAssertion.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnRuleProps - Interface in software.amazon.awscdk.core
-
A rule can include a RuleCondition property and must include an Assertions property.
- CfnRuleProps.Builder - Class in software.amazon.awscdk.core
-
- CfnRuleProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnStack - Class in software.amazon.awscdk.core
-
A CloudFormation `AWS::CloudFormation::Stack`.
- CfnStack(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnStack
-
- CfnStack(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnStack
-
- CfnStack(Construct, String, CfnStackProps) - Constructor for class software.amazon.awscdk.core.CfnStack
-
Create a new `AWS::CloudFormation::Stack`.
- CfnStack.Builder - Class in software.amazon.awscdk.core
-
- CfnStackProps - Interface in software.amazon.awscdk.core
-
Properties for defining a `AWS::CloudFormation::Stack`.
- CfnStackProps.Builder - Class in software.amazon.awscdk.core
-
- CfnStackProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnTag - Interface in software.amazon.awscdk.core
-
- CfnTag.Builder - Class in software.amazon.awscdk.core
-
- CfnTag.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnUpdatePolicy - Interface in software.amazon.awscdk.core
-
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
- CfnUpdatePolicy.Builder - Class in software.amazon.awscdk.core
-
- CfnUpdatePolicy.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CfnWaitCondition - Class in software.amazon.awscdk.core
-
A CloudFormation `AWS::CloudFormation::WaitCondition`.
- CfnWaitCondition(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnWaitCondition
-
- CfnWaitCondition(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnWaitCondition
-
- CfnWaitCondition(Construct, String, CfnWaitConditionProps) - Constructor for class software.amazon.awscdk.core.CfnWaitCondition
-
Create a new `AWS::CloudFormation::WaitCondition`.
- CfnWaitCondition(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnWaitCondition
-
Create a new `AWS::CloudFormation::WaitCondition`.
- CfnWaitCondition.Builder - Class in software.amazon.awscdk.core
-
- CfnWaitConditionHandle - Class in software.amazon.awscdk.core
-
A CloudFormation `AWS::CloudFormation::WaitConditionHandle`.
- CfnWaitConditionHandle(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnWaitConditionHandle
-
- CfnWaitConditionHandle(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CfnWaitConditionHandle
-
- CfnWaitConditionHandle(Construct, String) - Constructor for class software.amazon.awscdk.core.CfnWaitConditionHandle
-
Create a new `AWS::CloudFormation::WaitConditionHandle`.
- CfnWaitConditionProps - Interface in software.amazon.awscdk.core
-
Properties for defining a `AWS::CloudFormation::WaitCondition`.
- CfnWaitConditionProps.Builder - Class in software.amazon.awscdk.core
-
- CfnWaitConditionProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- cidr(String, Number, String) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Cidr`` returns the specified Cidr address block.
- cidr(String, Number) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Cidr`` returns the specified Cidr address block.
- cloudFormationExecutionRole(String) - Method in class software.amazon.awscdk.core.DefaultStackSynthesizer.Builder
-
The role CloudFormation will assume when deploying the Stack.
- cloudFormationExecutionRole(String) - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Builder
-
- cloudFormationExecutionRoleArn(String) - Method in class software.amazon.awscdk.core.BootstraplessSynthesizer.Builder
-
The CFN execution Role ARN to use.
- cloudFormationExecutionRoleArn(String) - Method in class software.amazon.awscdk.core.BootstraplessSynthesizerProps.Builder
-
- codeDeployLambdaAliasUpdate(CfnCodeDeployLambdaAliasUpdate) - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Builder
-
- codeDirectory(String) - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Builder
-
- collect(ValidationResult) - Method in class software.amazon.awscdk.core.ValidationResults
-
- command(List<String>) - Method in class software.amazon.awscdk.core.BundlingOptions.Builder
-
- ConcreteDependable - Class in software.amazon.awscdk.core
-
A set of constructs to be used as a dependable.
- ConcreteDependable(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ConcreteDependable
-
- ConcreteDependable(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.ConcreteDependable
-
- ConcreteDependable() - Constructor for class software.amazon.awscdk.core.ConcreteDependable
-
EXPERIMENTAL
- condition(CfnCondition) - Method in class software.amazon.awscdk.core.CfnOutput.Builder
-
A condition to associate with this output value.
- condition(CfnCondition) - Method in class software.amazon.awscdk.core.CfnOutputProps.Builder
-
- conditionAnd(ICfnConditionExpression...) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true if all the specified conditions evaluate to true, or returns false if any one of the conditions evaluates to false.
- conditionContains(List<String>, String) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true if a specified string matches at least one value in a list of strings.
- conditionEachMemberEquals(List<String>, String) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true if a specified string matches all values in a list.
- conditionEachMemberIn(List<String>, List<String>) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true if each member in a list of strings matches at least one value in a second list of strings.
- conditionEquals(Object, Object) - Static method in class software.amazon.awscdk.core.Fn
-
Compares if two values are equal.
- conditionIf(String, Object, Object) - Static method in class software.amazon.awscdk.core.Fn
-
Returns one value if the specified condition evaluates to true and another value if the specified condition evaluates to false.
- conditionNot(ICfnConditionExpression) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true for a condition that evaluates to false or returns false for a condition that evaluates to true.
- conditionOr(ICfnConditionExpression...) - Static method in class software.amazon.awscdk.core.Fn
-
Returns true if any one of the specified conditions evaluate to true, or returns false if all of the conditions evaluates to false.
- consistency(DockerVolumeConsistency) - Method in class software.amazon.awscdk.core.DockerVolume.Builder
-
- constraintDescription(String) - Method in class software.amazon.awscdk.core.CfnParameter.Builder
-
A string that explains a constraint when the constraint is violated.
- constraintDescription(String) - Method in class software.amazon.awscdk.core.CfnParameterProps.Builder
-
- Construct - Class in software.amazon.awscdk.core
-
Represents the building block of the construct graph.
- Construct(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Construct
-
- Construct(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.Construct
-
- Construct(Construct, String) - Constructor for class software.amazon.awscdk.core.Construct
-
- ConstructNode - Class in software.amazon.awscdk.core
-
Represents the construct node in the scope tree.
- ConstructNode(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ConstructNode
-
- ConstructNode(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.ConstructNode
-
- ConstructNode(Construct, IConstruct, String) - Constructor for class software.amazon.awscdk.core.ConstructNode
-
- ConstructOrder - Enum in software.amazon.awscdk.core
-
In what order to return constructs.
- containerPath(String) - Method in class software.amazon.awscdk.core.DockerVolume.Builder
-
- context(Map<String, Object>) - Method in class software.amazon.awscdk.core.App.Builder
-
Additional context values for the application.
- context(Map<String, Object>) - Method in class software.amazon.awscdk.core.AppProps.Builder
-
- ContextProvider - Class in software.amazon.awscdk.core
-
Base class for the model side of context providers.
- ContextProvider(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ContextProvider
-
- ContextProvider(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.ContextProvider
-
- copyDirectory(String, String, CopyOptions, String) - Static method in class software.amazon.awscdk.core.FileSystem
-
Copies an entire directory structure.
- copyDirectory(String, String, CopyOptions) - Static method in class software.amazon.awscdk.core.FileSystem
-
Copies an entire directory structure.
- copyDirectory(String, String) - Static method in class software.amazon.awscdk.core.FileSystem
-
Copies an entire directory structure.
- CopyOptions - Interface in software.amazon.awscdk.core
-
Obtains applied when copying directories into the staging location.
- CopyOptions.Builder - Class in software.amazon.awscdk.core
-
- CopyOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- count(Number) - Method in class software.amazon.awscdk.core.CfnResourceSignal.Builder
-
- count(Number) - Method in class software.amazon.awscdk.core.CfnWaitCondition.Builder
-
`AWS::CloudFormation::WaitCondition.Count`.
- count(Number) - Method in class software.amazon.awscdk.core.CfnWaitConditionProps.Builder
-
- create() - Static method in class software.amazon.awscdk.core.App.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.AssetStaging.Builder
-
- create() - Static method in class software.amazon.awscdk.core.BootstraplessSynthesizer.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnCondition.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnCustomResource.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnInclude.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnJson.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnMacro.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnMapping.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnOutput.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnParameter.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnResource.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnRule.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnStack.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CfnWaitCondition.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.CustomResource.Builder
-
- create() - Static method in class software.amazon.awscdk.core.DefaultStackSynthesizer.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.NestedStack.Builder
-
EXPERIMENTAL
- create(String) - Static method in class software.amazon.awscdk.core.RemoveTag.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.Stack.Builder
-
- create(Construct) - Static method in class software.amazon.awscdk.core.Stack.Builder
-
- create() - Static method in class software.amazon.awscdk.core.Stack.Builder
-
- create(Construct, String) - Static method in class software.amazon.awscdk.core.Stage.Builder
-
- create(String, String) - Static method in class software.amazon.awscdk.core.Tag.Builder
-
- create(TagType, String, Object) - Static method in class software.amazon.awscdk.core.TagManager.Builder
-
- create(TagType, String) - Static method in class software.amazon.awscdk.core.TagManager.Builder
-
- CustomResource - Class in software.amazon.awscdk.core
-
Custom resource that is implemented using a Lambda.
- CustomResource(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CustomResource
-
- CustomResource(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CustomResource
-
- CustomResource(Construct, String, CustomResourceProps) - Constructor for class software.amazon.awscdk.core.CustomResource
-
- CustomResource.Builder - Class in software.amazon.awscdk.core
-
- CustomResourceProps - Interface in software.amazon.awscdk.core
-
Properties to provide a Lambda-backed custom resource.
- CustomResourceProps.Builder - Class in software.amazon.awscdk.core
-
- CustomResourceProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CustomResourceProvider - Class in software.amazon.awscdk.core
-
An AWS-Lambda backed custom resource provider.
- CustomResourceProvider(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CustomResourceProvider
-
- CustomResourceProvider(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.CustomResourceProvider
-
- CustomResourceProvider(Construct, String, CustomResourceProviderProps) - Constructor for class software.amazon.awscdk.core.CustomResourceProvider
-
EXPERIMENTAL
- CustomResourceProviderProps - Interface in software.amazon.awscdk.core
-
Initialization properties for `CustomResourceProvider`.
- CustomResourceProviderProps.Builder - Class in software.amazon.awscdk.core
-
- CustomResourceProviderProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- CustomResourceProviderRuntime - Enum in software.amazon.awscdk.core
-
The lambda runtime to use for the resource provider.
- GENERATE_IF_NEEDED - Static variable in class software.amazon.awscdk.core.PhysicalName
-
Use this to automatically generate a physical name for an AWS resource only if the resource is referenced across environments (account/region).
- generatePhysicalName() - Method in class software.amazon.awscdk.core.Resource
-
- get(IDependable) - Static method in class software.amazon.awscdk.core.DependableTrait
-
Return the matching DependableTrait for the given class instance.
- getAccount() - Method in interface software.amazon.awscdk.core.ArnComponents
-
The ID of the AWS account that owns the resource, without the hyphens.
- getAccount() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getAccount() - Method in interface software.amazon.awscdk.core.Environment
-
The AWS account ID for this environment.
- getAccount() - Method in class software.amazon.awscdk.core.Environment.Jsii$Proxy
-
- getAccount() - Method in class software.amazon.awscdk.core.Stack
-
The AWS account into which this stack will be deployed.
- getAccount() - Method in class software.amazon.awscdk.core.Stage
-
The default account for all resources defined within this stage.
- getAccountId() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getAfterAllowTrafficHook() - Method in interface software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate
-
The name of the Lambda function to run after traffic routing completes.
- getAfterAllowTrafficHook() - Method in class software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
-
- getAllowedPattern() - Method in class software.amazon.awscdk.core.CfnParameter
-
A regular expression that represents the patterns to allow for String types.
- getAllowedPattern() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A regular expression that represents the patterns to allow for String types.
- getAllowedPattern() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getAllowedValues() - Method in class software.amazon.awscdk.core.CfnParameter
-
An array containing the list of values allowed for the parameter.
- getAllowedValues() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
An array containing the list of values allowed for the parameter.
- getAllowedValues() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getApplicationName() - Method in interface software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate
-
The name of the AWS CodeDeploy application.
- getApplicationName() - Method in class software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
-
- getApplyToLaunchedInstances() - Method in interface software.amazon.awscdk.core.TagProps
-
Whether the tag should be applied to instances in an AutoScalingGroup.
- getApplyToLaunchedInstances() - Method in class software.amazon.awscdk.core.TagProps.Jsii$Proxy
-
- getApplyToUpdateReplacePolicy() - Method in interface software.amazon.awscdk.core.RemovalPolicyOptions
-
Apply the same deletion policy to the resource's "UpdateReplacePolicy".
- getApplyToUpdateReplacePolicy() - Method in class software.amazon.awscdk.core.RemovalPolicyOptions.Jsii$Proxy
-
- getArtifactId() - Method in class software.amazon.awscdk.core.Stack
-
The ID of the cloud assembly artifact for this stack.
- getArtifactId() - Method in class software.amazon.awscdk.core.Stage
-
Artifact ID of the assembly if it is a nested stage.
- getAspects() - Method in class software.amazon.awscdk.core.Aspects
-
The list of aspects which were directly applied on this scope.
- getAssembly() - Method in interface software.amazon.awscdk.core.ISynthesisSession
-
Cloud assembly builder.
- getAssembly() - Method in class software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
-
Cloud assembly builder.
- getAssertDescription() - Method in interface software.amazon.awscdk.core.CfnRuleAssertion
-
The assertion description.
- getAssertDescription() - Method in class software.amazon.awscdk.core.CfnRuleAssertion.Jsii$Proxy
-
- getAssertions() - Method in interface software.amazon.awscdk.core.CfnRuleProps
-
Assertions which define the rule.
- getAssertions() - Method in class software.amazon.awscdk.core.CfnRuleProps.Jsii$Proxy
-
- getAssertValue() - Method in interface software.amazon.awscdk.core.CfnRuleAssertion
-
The assertion.
- getAssertValue() - Method in class software.amazon.awscdk.core.CfnRuleAssertion.Jsii$Proxy
-
- getAssetHash() - Method in interface software.amazon.awscdk.core.AssetOptions
-
Specify a custom hash for this asset.
- getAssetHash() - Method in class software.amazon.awscdk.core.AssetOptions.Jsii$Proxy
-
- getAssetHash() - Method in class software.amazon.awscdk.core.AssetStaging
-
A cryptographic hash of the asset.
- getAssetHash() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getAssetHash() - Method in interface software.amazon.awscdk.core.IAsset
-
A hash of this asset, which is available at construction time.
- getAssetHash() - Method in class software.amazon.awscdk.core.IAsset.Jsii$Proxy
-
A hash of this asset, which is available at construction time.
- getAssetHashType() - Method in interface software.amazon.awscdk.core.AssetOptions
-
Specifies the type of hash to calculate for this asset.
- getAssetHashType() - Method in class software.amazon.awscdk.core.AssetOptions.Jsii$Proxy
-
- getAssetHashType() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getAtt(String) - Method in class software.amazon.awscdk.core.CfnResource
-
Returns a token for an runtime attribute of this resource.
- getAtt(String) - Method in class software.amazon.awscdk.core.CustomResource
-
Returns the value of an attribute of the custom resource of an arbitrary type.
- getAtt(String, String) - Static method in class software.amazon.awscdk.core.Fn
-
The ``Fn::GetAtt`` intrinsic function returns the value of an attribute from a resource in the template.
- getAttrData() - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
- getAttributes() - Method in class software.amazon.awscdk.core.TreeInspector
-
Represents the bag of attributes as key-value pairs.
- getAttString(String) - Method in class software.amazon.awscdk.core.CustomResource
-
Returns the value of an attribute of the custom resource of type string.
- getAutoScalingCreationPolicy() - Method in interface software.amazon.awscdk.core.CfnCreationPolicy
-
For an Auto Scaling group replacement update, specifies how many instances must signal success for the update to succeed.
- getAutoScalingCreationPolicy() - Method in class software.amazon.awscdk.core.CfnCreationPolicy.Jsii$Proxy
-
- getAutoScalingReplacingUpdate() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
Specifies whether an Auto Scaling group and the instances it contains are replaced during an update.
- getAutoScalingReplacingUpdate() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getAutoScalingRollingUpdate() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
To specify how AWS CloudFormation handles rolling updates for an Auto Scaling group, use the AutoScalingRollingUpdate policy.
- getAutoScalingRollingUpdate() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getAutoScalingScheduledAction() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
To specify how AWS CloudFormation handles updates for the MinSize, MaxSize, and DesiredCapacity properties when the AWS::AutoScaling::AutoScalingGroup resource has an associated scheduled action, use the AutoScalingScheduledAction policy.
- getAutoScalingScheduledAction() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getAutoSynth() - Method in interface software.amazon.awscdk.core.AppProps
-
Automatically call `synth()` before the program exits.
- getAutoSynth() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- getAvailabilityZones() - Method in class software.amazon.awscdk.core.Stack
-
Returns the list of AZs that are available in the AWS environment (account/region) associated with this stack.
- getAzs(String) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::GetAZs`` returns an array that lists Availability Zones for a specified region.
- getAzs() - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::GetAZs`` returns an array that lists Availability Zones for a specified region.
- getBeforeAllowTrafficHook() - Method in interface software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate
-
The name of the Lambda function to run before traffic routing starts.
- getBeforeAllowTrafficHook() - Method in class software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
-
- getBucketName() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
The name of the Amazon S3 bucket.
- getBucketName() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getBuildArgs() - Method in interface software.amazon.awscdk.core.DockerBuildOptions
-
Build args.
- getBuildArgs() - Method in class software.amazon.awscdk.core.DockerBuildOptions.Jsii$Proxy
-
- getBundling() - Method in interface software.amazon.awscdk.core.AssetOptions
-
Bundle the asset by executing a command in a Docker container.
- getBundling() - Method in class software.amazon.awscdk.core.AssetOptions.Jsii$Proxy
-
- getBundling() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getCfnOptions() - Method in class software.amazon.awscdk.core.CfnResource
-
Options for this resource, such as condition, update policy etc.
- getCfnProperties() - Method in class software.amazon.awscdk.core.CfnCustomResource
-
- getCfnProperties() - Method in class software.amazon.awscdk.core.CfnMacro
-
- getCfnProperties() - Method in class software.amazon.awscdk.core.CfnResource
-
- getCfnProperties() - Method in class software.amazon.awscdk.core.CfnStack
-
- getCfnProperties() - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
- getCfnResourceType() - Method in class software.amazon.awscdk.core.CfnResource
-
AWS resource type.
- getChildren() - Method in class software.amazon.awscdk.core.ConstructNode
-
All direct children of this construct.
- getCloudFormationExecutionRole() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
The role CloudFormation will assume when deploying the Stack.
- getCloudFormationExecutionRole() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getCloudFormationExecutionRoleArn() - Method in interface software.amazon.awscdk.core.BootstraplessSynthesizerProps
-
The CFN execution Role ARN to use.
- getCloudFormationExecutionRoleArn() - Method in class software.amazon.awscdk.core.BootstraplessSynthesizerProps.Jsii$Proxy
-
- getCloudFormationExecutionRoleArn() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizer
-
Returns the ARN of the CFN execution Role.
- getCodeDeployLambdaAliasUpdate() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
To perform an AWS CodeDeploy deployment when the version changes on an AWS::Lambda::Alias resource, use the CodeDeployLambdaAliasUpdate update policy.
- getCodeDeployLambdaAliasUpdate() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getCodeDirectory() - Method in interface software.amazon.awscdk.core.CustomResourceProviderProps
-
A local file system directory with the provider's code.
- getCodeDirectory() - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
- getCommand() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
The command to run in the Docker container.
- getCommand() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getCondition() - Method in class software.amazon.awscdk.core.CfnOutput
-
A condition to associate with this output value.
- getCondition() - Method in interface software.amazon.awscdk.core.CfnOutputProps
-
A condition to associate with this output value.
- getCondition() - Method in class software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
-
- getCondition() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
A condition to associate with this resource.
- getCondition() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
A condition to associate with this resource.
- getConsistency() - Method in interface software.amazon.awscdk.core.DockerVolume
-
Mount consistency.
- getConsistency() - Method in class software.amazon.awscdk.core.DockerVolume.Jsii$Proxy
-
- getConstraintDescription() - Method in class software.amazon.awscdk.core.CfnParameter
-
A string that explains a constraint when the constraint is violated.
- getConstraintDescription() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A string that explains a constraint when the constraint is violated.
- getConstraintDescription() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getContainerPath() - Method in interface software.amazon.awscdk.core.DockerVolume
-
The path where the file or directory is mounted in the container.
- getContainerPath() - Method in class software.amazon.awscdk.core.DockerVolume.Jsii$Proxy
-
- getContext() - Method in interface software.amazon.awscdk.core.AppProps
-
Additional context values for the application.
- getContext() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- GetContextKeyOptions - Interface in software.amazon.awscdk.core
-
EXPERIMENTAL
- GetContextKeyOptions.Builder - Class in software.amazon.awscdk.core
-
- GetContextKeyOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- GetContextKeyResult - Interface in software.amazon.awscdk.core
-
EXPERIMENTAL
- GetContextKeyResult.Builder - Class in software.amazon.awscdk.core
-
- GetContextKeyResult.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- GetContextValueOptions - Interface in software.amazon.awscdk.core
-
EXPERIMENTAL
- GetContextValueOptions.Builder - Class in software.amazon.awscdk.core
-
- GetContextValueOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- GetContextValueResult - Interface in software.amazon.awscdk.core
-
EXPERIMENTAL
- GetContextValueResult.Builder - Class in software.amazon.awscdk.core
-
- GetContextValueResult.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- getCount() - Method in interface software.amazon.awscdk.core.CfnResourceSignal
-
The number of success signals AWS CloudFormation must receive before it sets the resource status as CREATE_COMPLETE.
- getCount() - Method in class software.amazon.awscdk.core.CfnResourceSignal.Jsii$Proxy
-
- getCount() - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Count`.
- getCount() - Method in interface software.amazon.awscdk.core.CfnWaitConditionProps
-
`AWS::CloudFormation::WaitCondition.Count`.
- getCount() - Method in class software.amazon.awscdk.core.CfnWaitConditionProps.Jsii$Proxy
-
- getCreationPolicy() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
- getCreationPolicy() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
- getCreationStack() - Method in class software.amazon.awscdk.core.CfnElement
-
- getCreationStack() - Method in class software.amazon.awscdk.core.CfnJson
-
The creation stack of this resolvable which will be appended to errors thrown during resolution.
- getCreationStack() - Method in class software.amazon.awscdk.core.ICfnConditionExpression.Jsii$Proxy
-
The creation stack of this resolvable which will be appended to errors thrown during resolution.
- getCreationStack() - Method in class software.amazon.awscdk.core.Intrinsic
-
The captured stack trace which represents the location in which this token was created.
- getCreationStack() - Method in interface software.amazon.awscdk.core.IResolvable
-
The creation stack of this resolvable which will be appended to errors thrown during resolution.
- getCreationStack() - Method in class software.amazon.awscdk.core.IResolvable.Jsii$Proxy
-
The creation stack of this resolvable which will be appended to errors thrown during resolution.
- getDefaultChild() - Method in class software.amazon.awscdk.core.ConstructNode
-
Returns the child construct that has the id `Default` or `Resource"`.
- getDefaultValue() - Method in class software.amazon.awscdk.core.CfnParameter
-
A value of the appropriate type for the template to use if no value is specified when a stack is created.
- getDefaultValue() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A value of the appropriate type for the template to use if no value is specified when a stack is created.
- getDefaultValue() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getDefaultValue() - Method in interface software.amazon.awscdk.core.RemovalPolicyOptions
-
The default policy to apply in case the removal policy is not defined.
- getDefaultValue() - Method in class software.amazon.awscdk.core.RemovalPolicyOptions.Jsii$Proxy
-
- getDeletionPolicy() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
- getDeletionPolicy() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
- getDependencies() - Method in class software.amazon.awscdk.core.ConstructNode
-
Return all dependencies registered on this node or any of its children.
- getDependencies() - Method in class software.amazon.awscdk.core.Stack
-
Return the stacks this stack depends on.
- getDependencyRoots() - Method in class software.amazon.awscdk.core.DependableTrait
-
The set of constructs that form the root of this dependable.
- getDeploymentGroupName() - Method in interface software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate
-
The name of the AWS CodeDeploy deployment group.
- getDeploymentGroupName() - Method in class software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
-
- getDeployRoleArn() - Method in interface software.amazon.awscdk.core.BootstraplessSynthesizerProps
-
The deploy Role ARN to use.
- getDeployRoleArn() - Method in class software.amazon.awscdk.core.BootstraplessSynthesizerProps.Jsii$Proxy
-
- getDeployRoleArn() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizer
-
Returns the ARN of the deploy Role.
- getDeployRoleArn() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
The role to assume to initiate a deployment in this environment.
- getDeployRoleArn() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.Description`.
- getDescription() - Method in interface software.amazon.awscdk.core.CfnMacroProps
-
`AWS::CloudFormation::Macro.Description`.
- getDescription() - Method in class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.core.CfnOutput
-
A String type that describes the output value.
- getDescription() - Method in interface software.amazon.awscdk.core.CfnOutputProps
-
A String type that describes the output value.
- getDescription() - Method in class software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.core.CfnParameter
-
A string of up to 4000 characters that describes the parameter.
- getDescription() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A string of up to 4000 characters that describes the parameter.
- getDescription() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the description of this stack.
- getDescription() - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the description of this stack.
- getDescription() - Method in interface software.amazon.awscdk.core.StackProps
-
A description of the stack.
- getDescription() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getDirectoryName() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
The directory where the Dockerfile is stored, must be relative to the cloud assembly root.
- getDirectoryName() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getDisplayHint() - Method in interface software.amazon.awscdk.core.EncodingOptions
-
A hint for the Token's purpose when stringifying it.
- getDisplayHint() - Method in class software.amazon.awscdk.core.EncodingOptions.Jsii$Proxy
-
- getDisplayHint() - Method in interface software.amazon.awscdk.core.LazyAnyValueOptions
-
Use the given name as a display hint.
- getDisplayHint() - Method in class software.amazon.awscdk.core.LazyAnyValueOptions.Jsii$Proxy
-
- getDisplayHint() - Method in interface software.amazon.awscdk.core.LazyListValueOptions
-
Use the given name as a display hint.
- getDisplayHint() - Method in class software.amazon.awscdk.core.LazyListValueOptions.Jsii$Proxy
-
- getDisplayHint() - Method in interface software.amazon.awscdk.core.LazyStringValueOptions
-
Use the given name as a display hint.
- getDisplayHint() - Method in class software.amazon.awscdk.core.LazyStringValueOptions.Jsii$Proxy
-
- getDisplayName() - Method in class software.amazon.awscdk.core.Reference
-
- getDockerBuildArgs() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
Build args to pass to the `docker build` command.
- getDockerBuildArgs() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getDockerBuildTarget() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
Docker target to build to.
- getDockerBuildTarget() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getDockerFile() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
Path to the Dockerfile (relative to the directory).
- getDockerFile() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getDummyValue() - Method in interface software.amazon.awscdk.core.GetContextValueOptions
-
The value to return if the context value was not found and a missing context is reported.
- getDummyValue() - Method in class software.amazon.awscdk.core.GetContextValueOptions.Jsii$Proxy
-
- getEnableVersionUpgrade() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
To upgrade an Amazon ES domain to a new version of Elasticsearch rather than replacing the entire AWS::Elasticsearch::Domain resource, use the EnableVersionUpgrade update policy.
- getEnableVersionUpgrade() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getEnv() - Method in interface software.amazon.awscdk.core.StackProps
-
The AWS environment (account/region) where this stack will be deployed.
- getEnv() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getEnv() - Method in interface software.amazon.awscdk.core.StageProps
-
Default AWS environment (account/region) for `Stack`s in this `Stage`.
- getEnv() - Method in class software.amazon.awscdk.core.StageProps.Jsii$Proxy
-
- getEnvironment() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
The environment variables to pass to the Docker container.
- getEnvironment() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getEnvironment() - Method in class software.amazon.awscdk.core.Stack
-
The environment coordinates in which this stack is deployed.
- getErrorMessage() - Method in class software.amazon.awscdk.core.ValidationResult
-
- getExclude() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getExclude() - Method in interface software.amazon.awscdk.core.CopyOptions
-
Glob patterns to exclude from the copy.
- getExclude() - Method in class software.amazon.awscdk.core.CopyOptions.Jsii$Proxy
-
- getExclude() - Method in class software.amazon.awscdk.core.FingerprintOptions.Jsii$Proxy
-
- getExcludeResourceTypes() - Method in interface software.amazon.awscdk.core.TagProps
-
An array of Resource Types that will not receive this tag.
- getExcludeResourceTypes() - Method in class software.amazon.awscdk.core.TagProps.Jsii$Proxy
-
- getExportName() - Method in class software.amazon.awscdk.core.CfnOutput
-
The name used to export the value of this output across stacks.
- getExportName() - Method in interface software.amazon.awscdk.core.CfnOutputProps
-
The name used to export the value of this output across stacks.
- getExportName() - Method in class software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
-
- getExpression() - Method in class software.amazon.awscdk.core.CfnCondition
-
The condition statement.
- getExpression() - Method in interface software.amazon.awscdk.core.CfnConditionProps
-
The expression that the condition will evaluate.
- getExpression() - Method in class software.amazon.awscdk.core.CfnConditionProps.Jsii$Proxy
-
- getExtraHash() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getExtraHash() - Method in interface software.amazon.awscdk.core.FingerprintOptions
-
Extra information to encode into the fingerprint (e.g.
- getExtraHash() - Method in class software.amazon.awscdk.core.FingerprintOptions.Jsii$Proxy
-
- getFileAssetKeyArnExportName() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
Name of the CloudFormation Export with the asset key name.
- getFileAssetKeyArnExportName() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getFileAssetPublishingExternalId() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
External ID to use when assuming role for file asset publishing.
- getFileAssetPublishingExternalId() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getFileAssetPublishingRoleArn() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
The role to use to publish file assets to the S3 bucket in this environment.
- getFileAssetPublishingRoleArn() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getFileAssetsBucketName() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
Name of the S3 bucket to hold file assets.
- getFileAssetsBucketName() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getFileName() - Method in interface software.amazon.awscdk.core.FileAssetSource
-
The path, relative to the root of the cloud assembly, in which this asset source resides.
- getFileName() - Method in class software.amazon.awscdk.core.FileAssetSource.Jsii$Proxy
-
- getFirstToken() - Method in class software.amazon.awscdk.core.TokenizedStringFragments
-
- getFirstValue() - Method in class software.amazon.awscdk.core.TokenizedStringFragments
-
- getFollow() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getFollow() - Method in interface software.amazon.awscdk.core.CopyOptions
-
A strategy for how to handle symlinks.
- getFollow() - Method in class software.amazon.awscdk.core.CopyOptions.Jsii$Proxy
-
- getFollow() - Method in class software.amazon.awscdk.core.FingerprintOptions.Jsii$Proxy
-
- getForce() - Method in interface software.amazon.awscdk.core.StageSynthesisOptions
-
Force a re-synth, even if the stage has already been synthesized.
- getForce() - Method in class software.amazon.awscdk.core.StageSynthesisOptions.Jsii$Proxy
-
- getFunctionName() - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.FunctionName`.
- getFunctionName() - Method in interface software.amazon.awscdk.core.CfnMacroProps
-
`AWS::CloudFormation::Macro.FunctionName`.
- getFunctionName() - Method in class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
- getHandle() - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Handle`.
- getHandle() - Method in interface software.amazon.awscdk.core.CfnWaitConditionProps
-
`AWS::CloudFormation::WaitCondition.Handle`.
- getHandle() - Method in class software.amazon.awscdk.core.CfnWaitConditionProps.Jsii$Proxy
-
- getHostPath() - Method in interface software.amazon.awscdk.core.DockerVolume
-
The path to the file or directory on the host machine.
- getHostPath() - Method in class software.amazon.awscdk.core.DockerVolume.Jsii$Proxy
-
- getHttpUrl() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
The HTTP URL of this asset on Amazon S3.
- getHttpUrl() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getId() - Method in class software.amazon.awscdk.core.ConstructNode
-
The id of this construct within the current scope.
- getIgnoreUnmodifiedGroupSizeProperties() - Method in interface software.amazon.awscdk.core.CfnAutoScalingScheduledAction
-
- getIgnoreUnmodifiedGroupSizeProperties() - Method in class software.amazon.awscdk.core.CfnAutoScalingScheduledAction.Jsii$Proxy
-
- getImage() - Method in class software.amazon.awscdk.core.BundlingDockerImage
-
The Docker image.
- getImage() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
The Docker image where the command will run.
- getImage() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getImageAssetPublishingExternalId() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
External ID to use when assuming role for image asset publishing.
- getImageAssetPublishingExternalId() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getImageAssetPublishingRoleArn() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
The role to use to publish image assets to the ECR repository in this environment.
- getImageAssetPublishingRoleArn() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getImageAssetsRepositoryName() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
Name of the ECR repository to hold Docker Image assets.
- getImageAssetsRepositoryName() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getImageUri() - Method in interface software.amazon.awscdk.core.DockerImageAssetLocation
-
The URI of the image in Amazon ECR.
- getImageUri() - Method in class software.amazon.awscdk.core.DockerImageAssetLocation.Jsii$Proxy
-
- getIncludeResourceTypes() - Method in interface software.amazon.awscdk.core.TagProps
-
An array of Resource Types that will receive this tag.
- getIncludeResourceTypes() - Method in class software.amazon.awscdk.core.TagProps.Jsii$Proxy
-
- getIntegral() - Method in interface software.amazon.awscdk.core.TimeConversionOptions
-
If `true`, conversions into a larger time unit (e.g.
- getIntegral() - Method in class software.amazon.awscdk.core.TimeConversionOptions.Jsii$Proxy
-
- getIsSuccess() - Method in class software.amazon.awscdk.core.ValidationResult
-
- getIsSuccess() - Method in class software.amazon.awscdk.core.ValidationResults
-
- getJsonField() - Method in interface software.amazon.awscdk.core.SecretsManagerSecretOptions
-
The key of a JSON field to retrieve.
- getJsonField() - Method in class software.amazon.awscdk.core.SecretsManagerSecretOptions.Jsii$Proxy
-
- getKey() - Method in interface software.amazon.awscdk.core.CfnTag
-
- getKey() - Method in class software.amazon.awscdk.core.CfnTag.Jsii$Proxy
-
- getKey(Construct, GetContextKeyOptions) - Static method in class software.amazon.awscdk.core.ContextProvider
-
EXPERIMENTAL
- getKey() - Method in interface software.amazon.awscdk.core.GetContextKeyResult
-
EXPERIMENTAL
- getKey() - Method in class software.amazon.awscdk.core.GetContextKeyResult.Jsii$Proxy
-
- getKey() - Method in class software.amazon.awscdk.core.RemoveTag
-
The string key for the tag.
- getKey() - Method in class software.amazon.awscdk.core.Tag
-
The string key for the tag.
- getKmsKeyArn() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
The ARN of the KMS key used to encrypt the file asset bucket, if any.
- getKmsKeyArn() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getLength() - Method in class software.amazon.awscdk.core.TokenizedStringFragments
-
- getLocal() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
Local bundling provider.
- getLocal() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getLocked() - Method in class software.amazon.awscdk.core.ConstructNode
-
Returns true if this construct or the scopes in which it is defined are locked.
- getLogGroupName() - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.LogGroupName`.
- getLogGroupName() - Method in interface software.amazon.awscdk.core.CfnMacroProps
-
`AWS::CloudFormation::Macro.LogGroupName`.
- getLogGroupName() - Method in class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
- getLogicalId() - Method in class software.amazon.awscdk.core.CfnElement
-
The logical ID for this CloudFormation stack element.
- getLogicalId(CfnElement) - Method in class software.amazon.awscdk.core.Stack
-
Allocates a stack-unique CloudFormation-compatible logical identity for a specific resource.
- getLogRoleArn() - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.LogRoleARN`.
- getLogRoleArn() - Method in interface software.amazon.awscdk.core.CfnMacroProps
-
`AWS::CloudFormation::Macro.LogRoleARN`.
- getLogRoleArn() - Method in class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
- getMapping() - Method in interface software.amazon.awscdk.core.CfnMappingProps
-
Mapping of key to a set of corresponding set of named values.
- getMapping() - Method in class software.amazon.awscdk.core.CfnMappingProps.Jsii$Proxy
-
- getMaxBatchSize() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
Specifies the maximum number of instances that AWS CloudFormation updates.
- getMaxBatchSize() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getMaxLength() - Method in class software.amazon.awscdk.core.CfnParameter
-
An integer value that determines the largest number of characters you want to allow for String types.
- getMaxLength() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
An integer value that determines the largest number of characters you want to allow for String types.
- getMaxLength() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getMaxValue() - Method in class software.amazon.awscdk.core.CfnParameter
-
A numeric value that determines the largest numeric value you want to allow for Number types.
- getMaxValue() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A numeric value that determines the largest numeric value you want to allow for Number types.
- getMaxValue() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getMemorySize() - Method in interface software.amazon.awscdk.core.CustomResourceProviderProps
-
The amount of memory that your function has access to.
- getMemorySize() - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
- getMessage() - Method in interface software.amazon.awscdk.core.ValidationError
-
The error message.
- getMessage() - Method in class software.amazon.awscdk.core.ValidationError.Jsii$Proxy
-
- getMetadata() - Method in class software.amazon.awscdk.core.ConstructNode
-
An immutable array of metadata objects associated with this construct.
- getMetadata() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Metadata associated with the CloudFormation resource.
- getMetadata() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Metadata associated with the CloudFormation resource.
- getMetadata() - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Metadata associated with the CloudFormation template.
- getMetadata() - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Metadata associated with the CloudFormation template.
- getMinInstancesInService() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
Specifies the minimum number of instances that must be in service within the Auto Scaling group while AWS CloudFormation updates old instances.
- getMinInstancesInService() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getMinLength() - Method in class software.amazon.awscdk.core.CfnParameter
-
An integer value that determines the smallest number of characters you want to allow for String types.
- getMinLength() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
An integer value that determines the smallest number of characters you want to allow for String types.
- getMinLength() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getMinSuccessfulInstancesPercent() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
Specifies the percentage of instances in an Auto Scaling rolling update that must signal success for an update to succeed.
- getMinSuccessfulInstancesPercent() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getMinSuccessfulInstancesPercent() - Method in interface software.amazon.awscdk.core.CfnResourceAutoScalingCreationPolicy
-
Specifies the percentage of instances in an Auto Scaling replacement update that must signal success for the update to succeed.
- getMinSuccessfulInstancesPercent() - Method in class software.amazon.awscdk.core.CfnResourceAutoScalingCreationPolicy.Jsii$Proxy
-
- getMinValue() - Method in class software.amazon.awscdk.core.CfnParameter
-
A numeric value that determines the smallest numeric value you want to allow for Number types.
- getMinValue() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
A numeric value that determines the smallest numeric value you want to allow for Number types.
- getMinValue() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getName() - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.Name`.
- getName() - Method in interface software.amazon.awscdk.core.CfnMacroProps
-
`AWS::CloudFormation::Macro.Name`.
- getName() - Method in class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
- getNested() - Method in class software.amazon.awscdk.core.Stack
-
Indicates if this is a nested stack, in which case `parentStack` will include a reference to it's parent.
- getNestedStackParent() - Method in class software.amazon.awscdk.core.Stack
-
If this is a nested stack, returns it's parent stack.
- getNestedStackResource() - Method in class software.amazon.awscdk.core.NestedStack
-
If this is a nested stack, this represents its `AWS::CloudFormation::Stack` resource.
- getNestedStackResource() - Method in class software.amazon.awscdk.core.Stack
-
If this is a nested stack, this represents its `AWS::CloudFormation::Stack` resource.
- getNode() - Method in class software.amazon.awscdk.core.Construct
-
The construct tree node associated with this construct.
- getNode() - Method in interface software.amazon.awscdk.core.IConstruct
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.core.IConstruct.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.core.IResource.Jsii$Proxy
-
The construct tree node for this construct.
- getNoEcho() - Method in class software.amazon.awscdk.core.CfnParameter
-
Indicates if this parameter is configured with "NoEcho" enabled.
- getNoEcho() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
Whether to mask the parameter value when anyone makes a call that describes the stack.
- getNoEcho() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getNotificationArns() - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.NotificationARNs`.
- getNotificationArns() - Method in interface software.amazon.awscdk.core.CfnStackProps
-
`AWS::CloudFormation::Stack.NotificationARNs`.
- getNotificationArns() - Method in class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
- getNotificationArns() - Method in interface software.amazon.awscdk.core.NestedStackProps
-
The Simple Notification Service (SNS) topics to publish stack related events.
- getNotificationArns() - Method in class software.amazon.awscdk.core.NestedStackProps.Jsii$Proxy
-
- getNotificationArns() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getNotificationArns() - Method in class software.amazon.awscdk.core.Stack
-
Returns the list of notification Amazon Resource Names (ARNs) for the current stack.
- getObjectKey() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
The Amazon S3 object key.
- getObjectKey() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getOmitEmpty() - Method in interface software.amazon.awscdk.core.LazyListValueOptions
-
If the produced list is empty, return 'undefined' instead.
- getOmitEmpty() - Method in class software.amazon.awscdk.core.LazyListValueOptions.Jsii$Proxy
-
- getOmitEmptyArray() - Method in interface software.amazon.awscdk.core.LazyAnyValueOptions
-
If the produced value is an array and it is empty, return 'undefined' instead.
- getOmitEmptyArray() - Method in class software.amazon.awscdk.core.LazyAnyValueOptions.Jsii$Proxy
-
- getOrCreate(Construct, String, CustomResourceProviderProps) - Static method in class software.amazon.awscdk.core.CustomResourceProvider
-
Returns a stack-level singleton ARN (service token) for the custom resource provider.
- getOutdir() - Method in interface software.amazon.awscdk.core.AppProps
-
The output directory into which to emit synthesized artifacts.
- getOutdir() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- getOutdir() - Method in interface software.amazon.awscdk.core.ISynthesisSession
-
The output directory for this synthesis session.
- getOutdir() - Method in class software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
-
The output directory for this synthesis session.
- getOutdir() - Method in class software.amazon.awscdk.core.Stage
-
The cloud assembly output directory.
- getOutdir() - Method in interface software.amazon.awscdk.core.StageProps
-
The output directory into which to emit synthesized artifacts.
- getOutdir() - Method in class software.amazon.awscdk.core.StageProps.Jsii$Proxy
-
- getOutdir() - Method in interface software.amazon.awscdk.core.SynthesisOptions
-
Deprecated.
- getOutdir() - Method in class software.amazon.awscdk.core.SynthesisOptions.Jsii$Proxy
-
Deprecated.
- getPackaging() - Method in interface software.amazon.awscdk.core.FileAssetSource
-
Which type of packaging to perform.
- getPackaging() - Method in class software.amazon.awscdk.core.FileAssetSource.Jsii$Proxy
-
- getParameters() - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.Parameters`.
- getParameters() - Method in interface software.amazon.awscdk.core.CfnStackProps
-
`AWS::CloudFormation::Stack.Parameters`.
- getParameters() - Method in class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
- getParameters() - Method in interface software.amazon.awscdk.core.NestedStackProps
-
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
- getParameters() - Method in class software.amazon.awscdk.core.NestedStackProps.Jsii$Proxy
-
- getParentStack() - Method in class software.amazon.awscdk.core.Stack
-
- getParentStage() - Method in class software.amazon.awscdk.core.Stage
-
The parent stage or `undefined` if this is the app.
- getPartition() - Method in interface software.amazon.awscdk.core.ArnComponents
-
The partition that the resource is in.
- getPartition() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getPartition() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getPartition() - Method in class software.amazon.awscdk.core.Stack
-
The partition in which this stack is defined.
- getPascalCaseProperties() - Method in interface software.amazon.awscdk.core.CustomResourceProps
-
Convert all property keys to pascal case.
- getPascalCaseProperties() - Method in class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
- getPath() - Method in class software.amazon.awscdk.core.ConstructNode
-
The full, absolute path of this construct in the tree.
- getPauseTime() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
The amount of time that AWS CloudFormation pauses after making a change to a batch of instances to give those instances time to start software applications.
- getPauseTime() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getPhysicalName() - Method in class software.amazon.awscdk.core.Resource
-
Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource.
- getPhysicalName() - Method in interface software.amazon.awscdk.core.ResourceProps
-
The value passed in by users to the physical name prop of the resource.
- getPhysicalName() - Method in class software.amazon.awscdk.core.ResourceProps.Jsii$Proxy
-
- getPolicyStatements() - Method in interface software.amazon.awscdk.core.CustomResourceProviderProps
-
A set of IAM policy statements to include in the inline policy of the provider's lambda function.
- getPolicyStatements() - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
- getPreparing() - Method in interface software.amazon.awscdk.core.IResolveContext
-
True when we are still preparing, false if we're rendering the final output.
- getPreparing() - Method in class software.amazon.awscdk.core.IResolveContext.Jsii$Proxy
-
True when we are still preparing, false if we're rendering the final output.
- getPreparing() - Method in interface software.amazon.awscdk.core.ResolveOptions
-
Whether the resolution is being executed during the prepare phase or not.
- getPreparing() - Method in class software.amazon.awscdk.core.ResolveOptions.Jsii$Proxy
-
- getPriority() - Method in interface software.amazon.awscdk.core.TagProps
-
Priority of the tag operation.
- getPriority() - Method in class software.amazon.awscdk.core.TagProps.Jsii$Proxy
-
- getProperties() - Method in interface software.amazon.awscdk.core.CfnResourceProps
-
Resource properties.
- getProperties() - Method in class software.amazon.awscdk.core.CfnResourceProps.Jsii$Proxy
-
- getProperties() - Method in interface software.amazon.awscdk.core.CustomResourceProps
-
Properties to pass to the Lambda.
- getProperties() - Method in class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
- getProps() - Method in interface software.amazon.awscdk.core.GetContextKeyOptions
-
Provider-specific properties.
- getProps() - Method in class software.amazon.awscdk.core.GetContextKeyOptions.Jsii$Proxy
-
- getProps() - Method in interface software.amazon.awscdk.core.GetContextKeyResult
-
EXPERIMENTAL
- getProps() - Method in class software.amazon.awscdk.core.GetContextKeyResult.Jsii$Proxy
-
- getProps() - Method in class software.amazon.awscdk.core.GetContextValueOptions.Jsii$Proxy
-
- getProps() - Method in class software.amazon.awscdk.core.RemoveTag
-
- getProps() - Method in class software.amazon.awscdk.core.Tag
-
- getProvider() - Method in interface software.amazon.awscdk.core.GetContextKeyOptions
-
The context provider to query.
- getProvider() - Method in class software.amazon.awscdk.core.GetContextKeyOptions.Jsii$Proxy
-
- getProvider() - Method in class software.amazon.awscdk.core.GetContextValueOptions.Jsii$Proxy
-
- getQualifier() - Method in interface software.amazon.awscdk.core.DefaultStackSynthesizerProps
-
Qualifier to disambiguate multiple environments in the same account.
- getQualifier() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
- getRef() - Method in class software.amazon.awscdk.core.CfnRefElement
-
Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
- getRef() - Method in class software.amazon.awscdk.core.CustomResource
-
The physical name of this custom resource.
- getReferenceKey() - Method in interface software.amazon.awscdk.core.CfnDynamicReferenceProps
-
The reference key of the dynamic reference.
- getReferenceKey() - Method in class software.amazon.awscdk.core.CfnDynamicReferenceProps.Jsii$Proxy
-
- getRegion() - Method in interface software.amazon.awscdk.core.ArnComponents
-
The region the resource resides in.
- getRegion() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getRegion() - Method in interface software.amazon.awscdk.core.Environment
-
The AWS region for this environment.
- getRegion() - Method in class software.amazon.awscdk.core.Environment.Jsii$Proxy
-
- getRegion() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getRegion() - Method in class software.amazon.awscdk.core.Stack
-
The AWS region into which this stack will be deployed (e.g.
- getRegion() - Method in class software.amazon.awscdk.core.Stage
-
The default region for all resources defined within this stage.
- getRemovalPolicy() - Method in interface software.amazon.awscdk.core.CustomResourceProps
-
The policy to apply when this resource is removed from the application.
- getRemovalPolicy() - Method in class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
- getRepositoryName() - Method in interface software.amazon.awscdk.core.DockerImageAssetLocation
-
The name of the ECR repository.
- getRepositoryName() - Method in class software.amazon.awscdk.core.DockerImageAssetLocation.Jsii$Proxy
-
- getRepositoryName() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
- getRepositoryName() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getResolver() - Method in interface software.amazon.awscdk.core.ResolveOptions
-
The resolver to apply to any resolvable tokens found.
- getResolver() - Method in class software.amazon.awscdk.core.ResolveOptions.Jsii$Proxy
-
- getResource() - Method in interface software.amazon.awscdk.core.ArnComponents
-
Resource type (e.g.
- getResource() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getResourceArnAttribute(String, ArnComponents) - Method in class software.amazon.awscdk.core.Resource
-
Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g.
- getResourceName() - Method in interface software.amazon.awscdk.core.ArnComponents
-
Resource name or path within the resource (i.e.
- getResourceName() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getResourceNameAttribute(String) - Method in class software.amazon.awscdk.core.Resource
-
Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g.
- getResourceSignal() - Method in interface software.amazon.awscdk.core.CfnCreationPolicy
-
When AWS CloudFormation creates the associated resource, configures the number of required success signals and the length of time that AWS CloudFormation waits for those signals.
- getResourceSignal() - Method in class software.amazon.awscdk.core.CfnCreationPolicy.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.core.CustomResourceProps
-
For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name.
- getResourceType() - Method in class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
- getResults() - Method in class software.amazon.awscdk.core.ValidationResult
-
- getResults() - Method in class software.amazon.awscdk.core.ValidationResults
-
- getRoot() - Method in class software.amazon.awscdk.core.ConstructNode
-
- getRounding() - Method in interface software.amazon.awscdk.core.SizeConversionOptions
-
How conversions should behave when it encounters a non-integer result.
- getRounding() - Method in class software.amazon.awscdk.core.SizeConversionOptions.Jsii$Proxy
-
- getRuleCondition() - Method in interface software.amazon.awscdk.core.CfnRuleProps
-
If the rule condition evaluates to false, the rule doesn't take effect.
- getRuleCondition() - Method in class software.amazon.awscdk.core.CfnRuleProps.Jsii$Proxy
-
- getRuntime() - Method in interface software.amazon.awscdk.core.CustomResourceProviderProps
-
The AWS Lambda runtime and version to use for the provider.
- getRuntime() - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
- getRuntimeInfo() - Method in interface software.amazon.awscdk.core.AppProps
-
Include runtime versioning information in cloud assembly manifest.
- getRuntimeInfo() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- getRuntimeInfo() - Method in class software.amazon.awscdk.core.SynthesisOptions.Jsii$Proxy
-
Deprecated.
- getS3ObjectUrl() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
The S3 URL of this asset on Amazon S3.
- getS3ObjectUrl() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getS3Url() - Method in interface software.amazon.awscdk.core.FileAssetLocation
-
- getS3Url() - Method in class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
- getScope() - Method in class software.amazon.awscdk.core.ConstructNode
-
Returns the scope in which this construct is defined.
- getScope() - Method in interface software.amazon.awscdk.core.IResolveContext
-
The scope from which resolution has been initiated.
- getScope() - Method in class software.amazon.awscdk.core.IResolveContext.Jsii$Proxy
-
The scope from which resolution has been initiated.
- getScope() - Method in interface software.amazon.awscdk.core.ResolveOptions
-
The scope from which resolution is performed.
- getScope() - Method in class software.amazon.awscdk.core.ResolveOptions.Jsii$Proxy
-
- getScopes() - Method in class software.amazon.awscdk.core.ConstructNode
-
All parent scopes of this construct.
- getSep() - Method in interface software.amazon.awscdk.core.ArnComponents
-
Separator between resource type and the resource.
- getSep() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getService() - Method in interface software.amazon.awscdk.core.ArnComponents
-
The service namespace that identifies the AWS product (for example, 's3', 'iam', 'codepipline').
- getService() - Method in class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
- getService() - Method in interface software.amazon.awscdk.core.CfnDynamicReferenceProps
-
The service to retrieve the dynamic reference from.
- getService() - Method in class software.amazon.awscdk.core.CfnDynamicReferenceProps.Jsii$Proxy
-
- getServiceToken() - Method in class software.amazon.awscdk.core.CfnCustomResource
-
`AWS::CloudFormation::CustomResource.ServiceToken`.
- getServiceToken() - Method in interface software.amazon.awscdk.core.CfnCustomResourceProps
-
`AWS::CloudFormation::CustomResource.ServiceToken`.
- getServiceToken() - Method in class software.amazon.awscdk.core.CfnCustomResourceProps.Jsii$Proxy
-
- getServiceToken() - Method in interface software.amazon.awscdk.core.CustomResourceProps
-
The ARN of the provider which implements this custom resource type.
- getServiceToken() - Method in class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
- getServiceToken() - Method in class software.amazon.awscdk.core.CustomResourceProvider
-
The ARN of the provider's AWS Lambda function which should be used as the `serviceToken` when defining a custom resource.
- getSkipValidation() - Method in interface software.amazon.awscdk.core.StageSynthesisOptions
-
Should we skip construct validation.
- getSkipValidation() - Method in class software.amazon.awscdk.core.StageSynthesisOptions.Jsii$Proxy
-
- getSkipValidation() - Method in interface software.amazon.awscdk.core.SynthesisOptions
-
Deprecated.
- getSkipValidation() - Method in class software.amazon.awscdk.core.SynthesisOptions.Jsii$Proxy
-
Deprecated.
- getSource() - Method in interface software.amazon.awscdk.core.Dependency
-
Source the dependency.
- getSource() - Method in class software.amazon.awscdk.core.Dependency.Jsii$Proxy
-
- getSource() - Method in interface software.amazon.awscdk.core.ValidationError
-
The construct which emitted the error.
- getSource() - Method in class software.amazon.awscdk.core.ValidationError.Jsii$Proxy
-
- getSourceHash() - Method in class software.amazon.awscdk.core.AssetStaging
-
- getSourceHash() - Method in interface software.amazon.awscdk.core.DockerImageAssetSource
-
The hash of the contents of the docker build context.
- getSourceHash() - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
- getSourceHash() - Method in interface software.amazon.awscdk.core.FileAssetSource
-
A hash on the content source.
- getSourceHash() - Method in class software.amazon.awscdk.core.FileAssetSource.Jsii$Proxy
-
- getSourcePath() - Method in class software.amazon.awscdk.core.AssetStaging
-
The path of the asset as it was referenced by the user.
- getSourcePath() - Method in interface software.amazon.awscdk.core.AssetStagingProps
-
The source file or directory to copy from.
- getSourcePath() - Method in class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
- getStack() - Method in class software.amazon.awscdk.core.CfnElement
-
The stack in which this element is defined.
- getStack() - Method in class software.amazon.awscdk.core.DefaultStackSynthesizer
-
- getStack() - Method in interface software.amazon.awscdk.core.IResource
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.core.IResource.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.core.Resource
-
The stack in which this resource is defined.
- getStackId() - Method in class software.amazon.awscdk.core.NestedStack
-
An attribute that represents the ID of the stack.
- getStackId() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getStackId() - Method in class software.amazon.awscdk.core.Stack
-
The ID of the stack.
- getStackName() - Method in class software.amazon.awscdk.core.NestedStack
-
An attribute that represents the name of the nested stack.
- getStackName() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getStackName() - Method in class software.amazon.awscdk.core.Stack
-
The concrete CloudFormation physical stack name.
- getStackName() - Method in interface software.amazon.awscdk.core.StackProps
-
Name to deploy the stack with.
- getStackName() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getStackTraces() - Method in interface software.amazon.awscdk.core.AppProps
-
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
- getStackTraces() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- getStagedPath() - Method in class software.amazon.awscdk.core.AssetStaging
-
The path to the asset (stringinfied token).
- getStageName() - Method in class software.amazon.awscdk.core.Stage
-
The name of the stage.
- getSuspendProcesses() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
Specifies the Auto Scaling processes to suspend during a stack update.
- getSuspendProcesses() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getSynthesizer() - Method in class software.amazon.awscdk.core.Stack
-
Synthesis method for this stack.
- getSynthesizer() - Method in interface software.amazon.awscdk.core.StackProps
-
Synthesis method to use while deploying this stack.
- getSynthesizer() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getTagPropertyName() - Method in class software.amazon.awscdk.core.TagManager
-
The property name for tag values.
- getTagPropertyName() - Method in interface software.amazon.awscdk.core.TagManagerOptions
-
The name of the property in CloudFormation for these tags.
- getTagPropertyName() - Method in class software.amazon.awscdk.core.TagManagerOptions.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.Tags`.
- getTags() - Method in interface software.amazon.awscdk.core.CfnStackProps
-
`AWS::CloudFormation::Stack.Tags`.
- getTags() - Method in class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.core.ITaggable
-
TagManager to set, remove and format tags.
- getTags() - Method in class software.amazon.awscdk.core.ITaggable.Jsii$Proxy
-
TagManager to set, remove and format tags.
- getTags() - Method in class software.amazon.awscdk.core.Stack
-
Tags to be applied to the stack.
- getTags() - Method in interface software.amazon.awscdk.core.StackProps
-
Stack tags that will be applied to all the taggable resources and the stack itself.
- getTags() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getTarget() - Method in interface software.amazon.awscdk.core.Dependency
-
Target of the dependency.
- getTarget() - Method in class software.amazon.awscdk.core.Dependency.Jsii$Proxy
-
- getTarget() - Method in class software.amazon.awscdk.core.Reference
-
- getTemplate() - Method in class software.amazon.awscdk.core.CfnInclude
-
The included template.
- getTemplate() - Method in interface software.amazon.awscdk.core.CfnIncludeProps
-
The CloudFormation template to include in the stack (as is).
- getTemplate() - Method in class software.amazon.awscdk.core.CfnIncludeProps.Jsii$Proxy
-
- getTemplateFile() - Method in class software.amazon.awscdk.core.NestedStack
-
The name of the CloudFormation template file emitted to the output directory during synthesis.
- getTemplateFile() - Method in class software.amazon.awscdk.core.Stack
-
The name of the CloudFormation template file emitted to the output directory during synthesis.
- getTemplateFormatVersion() - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
- getTemplateFormatVersion() - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
- getTemplateOptions() - Method in class software.amazon.awscdk.core.Stack
-
Options for CloudFormation template (like version, transform, description).
- getTemplateUrl() - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.TemplateURL`.
- getTemplateUrl() - Method in interface software.amazon.awscdk.core.CfnStackProps
-
`AWS::CloudFormation::Stack.TemplateURL`.
- getTemplateUrl() - Method in class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
- getTerminationProtection() - Method in class software.amazon.awscdk.core.Stack
-
Whether termination protection is enabled for this stack.
- getTerminationProtection() - Method in interface software.amazon.awscdk.core.StackProps
-
Whether to enable termination protection for this stack.
- getTerminationProtection() - Method in class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
- getTimeout() - Method in interface software.amazon.awscdk.core.CfnResourceSignal
-
The length of time that AWS CloudFormation waits for the number of signals that was specified in the Count property.
- getTimeout() - Method in class software.amazon.awscdk.core.CfnResourceSignal.Jsii$Proxy
-
- getTimeout() - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Timeout`.
- getTimeout() - Method in interface software.amazon.awscdk.core.CfnWaitConditionProps
-
`AWS::CloudFormation::WaitCondition.Timeout`.
- getTimeout() - Method in class software.amazon.awscdk.core.CfnWaitConditionProps.Jsii$Proxy
-
- getTimeout() - Method in interface software.amazon.awscdk.core.CustomResourceProviderProps
-
AWS Lambda timeout for the provider.
- getTimeout() - Method in class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
- getTimeout() - Method in interface software.amazon.awscdk.core.NestedStackProps
-
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
- getTimeout() - Method in class software.amazon.awscdk.core.NestedStackProps.Jsii$Proxy
-
- getTimeoutInMinutes() - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
- getTimeoutInMinutes() - Method in interface software.amazon.awscdk.core.CfnStackProps
-
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
- getTimeoutInMinutes() - Method in class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
- getTmpdir() - Static method in class software.amazon.awscdk.core.FileSystem
-
The real path of the system temp directory.
- getTokens() - Method in class software.amazon.awscdk.core.TokenizedStringFragments
-
Return all Tokens from this string.
- getTransform() - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
- getTransform() - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
- getTransforms() - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the top-level template transform(s) for this stack (e.g.
- getTransforms() - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the top-level template transform(s) for this stack (e.g.
- getTreeMetadata() - Method in interface software.amazon.awscdk.core.AppProps
-
Include construct tree metadata as part of the Cloud Assembly.
- getTreeMetadata() - Method in class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.core.CfnParameter
-
The data type for the parameter (DataType).
- getType() - Method in interface software.amazon.awscdk.core.CfnParameterProps
-
The data type for the parameter (DataType).
- getType() - Method in class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.core.CfnResourceProps
-
CloudFormation resource type (e.g.
- getType() - Method in class software.amazon.awscdk.core.CfnResourceProps.Jsii$Proxy
-
- getUniqueId() - Method in class software.amazon.awscdk.core.ConstructNode
-
A tree-global unique alphanumeric identifier for this construct.
- getUpdatedProperites() - Method in class software.amazon.awscdk.core.CfnResource
-
Return properties modified after initiation.
- getUpdatePolicy() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
- getUpdatePolicy() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
- getUpdateReplacePolicy() - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
- getUpdateReplacePolicy() - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
- getUrlSuffix() - Method in class software.amazon.awscdk.core.ScopedAws
-
- getUrlSuffix() - Method in class software.amazon.awscdk.core.Stack
-
The Amazon domain suffix for the region in which this stack is defined.
- getUseOnlineResharding() - Method in interface software.amazon.awscdk.core.CfnUpdatePolicy
-
To modify a replication group's shards by adding or removing shards, rather than replacing the entire AWS::ElastiCache::ReplicationGroup resource, use the UseOnlineResharding update policy.
- getUseOnlineResharding() - Method in class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
- getUser() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
The user to use when running the Docker container.
- getUser() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getValue() - Method in interface software.amazon.awscdk.core.CfnJsonProps
-
The value to resolve.
- getValue() - Method in class software.amazon.awscdk.core.CfnJsonProps.Jsii$Proxy
-
- getValue() - Method in class software.amazon.awscdk.core.CfnOutput
-
The value of the property returned by the aws cloudformation describe-stacks command.
- getValue() - Method in interface software.amazon.awscdk.core.CfnOutputProps
-
The value of the property returned by the aws cloudformation describe-stacks command.
- getValue() - Method in class software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
-
- getValue() - Method in class software.amazon.awscdk.core.CfnParameter
-
The parameter value as a Token.
- getValue() - Method in interface software.amazon.awscdk.core.CfnTag
-
- getValue() - Method in class software.amazon.awscdk.core.CfnTag.Jsii$Proxy
-
- getValue(Construct, GetContextValueOptions) - Static method in class software.amazon.awscdk.core.ContextProvider
-
EXPERIMENTAL
- getValue() - Method in interface software.amazon.awscdk.core.GetContextValueResult
-
EXPERIMENTAL
- getValue() - Method in class software.amazon.awscdk.core.GetContextValueResult.Jsii$Proxy
-
- getValue() - Method in class software.amazon.awscdk.core.Tag
-
The string value of the tag.
- getValueAsList() - Method in class software.amazon.awscdk.core.CfnParameter
-
The parameter value, if it represents a string list.
- getValueAsNumber() - Method in class software.amazon.awscdk.core.CfnParameter
-
The parameter value, if it represents a number.
- getValueAsString() - Method in class software.amazon.awscdk.core.CfnParameter
-
The parameter value, if it represents a string.
- getVersionId() - Method in interface software.amazon.awscdk.core.SecretsManagerSecretOptions
-
Specifies the unique identifier of the version of the secret you want to use.
- getVersionId() - Method in class software.amazon.awscdk.core.SecretsManagerSecretOptions.Jsii$Proxy
-
- getVersionStage() - Method in interface software.amazon.awscdk.core.SecretsManagerSecretOptions
-
Specified the secret version that you want to retrieve by the staging label attached to the version.
- getVersionStage() - Method in class software.amazon.awscdk.core.SecretsManagerSecretOptions.Jsii$Proxy
-
- getVolumes() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
Additional Docker volumes to mount.
- getVolumes() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- getWaitOnResourceSignals() - Method in interface software.amazon.awscdk.core.CfnAutoScalingRollingUpdate
-
Specifies whether the Auto Scaling group waits on signals from new instances during an update.
- getWaitOnResourceSignals() - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
- getWillReplace() - Method in interface software.amazon.awscdk.core.CfnAutoScalingReplacingUpdate
-
- getWillReplace() - Method in class software.amazon.awscdk.core.CfnAutoScalingReplacingUpdate.Jsii$Proxy
-
- getWorkingDirectory() - Method in interface software.amazon.awscdk.core.BundlingOptions
-
Working directory inside the Docker container.
- getWorkingDirectory() - Method in class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
- gibibytes(Number) - Static method in class software.amazon.awscdk.core.Size
-
Create a Storage representing an amount gibibytes.
- join(String, List<String>) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Join`` appends a set of values into a single value, separated by the specified delimiter.
- join(Object, Object) - Method in interface software.amazon.awscdk.core.IFragmentConcatenator
-
Join the fragment on the left and on the right.
- join(Object, Object) - Method in class software.amazon.awscdk.core.IFragmentConcatenator.Jsii$Proxy
-
Join the fragment on the left and on the right.
- join(Object, Object) - Method in class software.amazon.awscdk.core.StringConcat
-
Join the fragment on the left and on the right.
- join(IFragmentConcatenator) - Method in class software.amazon.awscdk.core.TokenizedStringFragments
-
Combine the string fragments using the given joiner.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.AppProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ArnComponents.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.AssetOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.AssetStagingProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.BootstraplessSynthesizerProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.BundlingOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnAutoScalingReplacingUpdate.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnAutoScalingScheduledAction.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnCodeDeployLambdaAliasUpdate.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnConditionProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnCreationPolicy.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnCustomResourceProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnDynamicReferenceProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnIncludeProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnJsonProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnMacroProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnMappingProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnParameterProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnResourceAutoScalingCreationPolicy.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnResourceProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnResourceSignal.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnRuleAssertion.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnRuleProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnTag.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnUpdatePolicy.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CfnWaitConditionProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CopyOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CustomResourceProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.CustomResourceProviderProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.DefaultStackSynthesizerProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Dependency.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.DockerBuildOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.DockerImageAssetLocation.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.DockerImageAssetSource.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.DockerVolume.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.EncodingOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Environment.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.FileAssetLocation.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.FileAssetSource.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.FingerprintOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.GetContextKeyOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.GetContextKeyResult.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.GetContextValueOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.GetContextValueResult.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IAnyProducer.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IAspect.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IAsset.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ICfnConditionExpression.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IConstruct.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IDependable.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IFragmentConcatenator.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IInspectable.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IListProducer.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ILocalBundling.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.INumberProducer.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IPostProcessor.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IResolvable.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IResolveContext.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IResource.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IStackSynthesizer.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.IStringProducer.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ITaggable.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ITokenMapper.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ITokenResolver.Jsii$Proxy
-
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.LazyAnyValueOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.LazyListValueOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.LazyStringValueOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.NestedStackProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.RemovalPolicyOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ResolveOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ResourceProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.SecretsManagerSecretOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.SizeConversionOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.StackProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.StageProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.StageSynthesisOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.SynthesisOptions.Jsii$Proxy
-
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.TagManagerOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.TagProps.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.TimeConversionOptions.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ValidationError.Jsii$Proxy
-
Constructor that initializes the object based on values retrieved from the JsiiObject.
- jsonField(String) - Method in class software.amazon.awscdk.core.SecretsManagerSecretOptions.Builder
-
- s3ObjectUrl(String) - Method in class software.amazon.awscdk.core.FileAssetLocation.Builder
-
- s3Url(String) - Method in class software.amazon.awscdk.core.FileAssetLocation.Builder
-
- scope(IConstruct) - Method in class software.amazon.awscdk.core.ResolveOptions.Builder
-
- ScopedAws - Class in software.amazon.awscdk.core
-
Accessor for scoped pseudo parameters.
- ScopedAws(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.ScopedAws
-
- ScopedAws(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.ScopedAws
-
- ScopedAws(Construct) - Constructor for class software.amazon.awscdk.core.ScopedAws
-
- seconds(Number) - Static method in class software.amazon.awscdk.core.Duration
-
Create a Duration representing an amount of seconds.
- secretsManager(String, SecretsManagerSecretOptions) - Static method in class software.amazon.awscdk.core.SecretValue
-
Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
- secretsManager(String) - Static method in class software.amazon.awscdk.core.SecretValue
-
Creates a `SecretValue` with a value which is dynamically loaded from AWS Secrets Manager.
- SecretsManagerSecretOptions - Interface in software.amazon.awscdk.core
-
Options for referencing a secret value from Secrets Manager.
- SecretsManagerSecretOptions.Builder - Class in software.amazon.awscdk.core
-
- SecretsManagerSecretOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- SecretValue - Class in software.amazon.awscdk.core
-
Work with secret values in the CDK.
- SecretValue(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.SecretValue
-
- SecretValue(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.SecretValue
-
- SecretValue(Object) - Constructor for class software.amazon.awscdk.core.SecretValue
-
EXPERIMENTAL
- select(Number, List<String>) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Select`` returns a single object from a list of objects by index.
- sep(String) - Method in class software.amazon.awscdk.core.ArnComponents.Builder
-
- service(String) - Method in class software.amazon.awscdk.core.ArnComponents.Builder
-
- service(CfnDynamicReferenceService) - Method in class software.amazon.awscdk.core.CfnDynamicReferenceProps.Builder
-
- serviceToken(String) - Method in class software.amazon.awscdk.core.CfnCustomResource.Builder
-
`AWS::CloudFormation::CustomResource.ServiceToken`.
- serviceToken(String) - Method in class software.amazon.awscdk.core.CfnCustomResourceProps.Builder
-
- serviceToken(String) - Method in class software.amazon.awscdk.core.CustomResource.Builder
-
The ARN of the provider which implements this custom resource type.
- serviceToken(String) - Method in class software.amazon.awscdk.core.CustomResourceProps.Builder
-
- setAllowedPattern(String) - Method in class software.amazon.awscdk.core.CfnParameter
-
A regular expression that represents the patterns to allow for String types.
- setAllowedValues(List<String>) - Method in class software.amazon.awscdk.core.CfnParameter
-
An array containing the list of values allowed for the parameter.
- setAssembly(CloudAssemblyBuilder) - Method in class software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
-
Cloud assembly builder.
- setAssembly(CloudAssemblyBuilder) - Method in interface software.amazon.awscdk.core.ISynthesisSession
-
Cloud assembly builder.
- setCondition(CfnCondition) - Method in class software.amazon.awscdk.core.CfnOutput
-
A condition to associate with this output value.
- setCondition(CfnCondition) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
A condition to associate with this resource.
- setCondition(CfnCondition) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
A condition to associate with this resource.
- setConstraintDescription(String) - Method in class software.amazon.awscdk.core.CfnParameter
-
A string that explains a constraint when the constraint is violated.
- setContext(String, Object) - Method in class software.amazon.awscdk.core.ConstructNode
-
This can be used to set contextual values.
- setCount(Number) - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Count`.
- setCreationPolicy(CfnCreationPolicy) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
- setCreationPolicy(CfnCreationPolicy) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
- setDefaultChild(IConstruct) - Method in class software.amazon.awscdk.core.ConstructNode
-
Returns the child construct that has the id `Default` or `Resource"`.
- setDefaultValue(Object) - Method in class software.amazon.awscdk.core.CfnParameter
-
A value of the appropriate type for the template to use if no value is specified when a stack is created.
- setDeletionPolicy(CfnDeletionPolicy) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
- setDeletionPolicy(CfnDeletionPolicy) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
- setDescription(String) - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.Description`.
- setDescription(String) - Method in class software.amazon.awscdk.core.CfnOutput
-
A String type that describes the output value.
- setDescription(String) - Method in class software.amazon.awscdk.core.CfnParameter
-
A string of up to 4000 characters that describes the parameter.
- setDescription(String) - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the description of this stack.
- setDescription(String) - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the description of this stack.
- setExportName(String) - Method in class software.amazon.awscdk.core.CfnOutput
-
The name used to export the value of this output across stacks.
- setExpression(ICfnConditionExpression) - Method in class software.amazon.awscdk.core.CfnCondition
-
The condition statement.
- setFunctionName(String) - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.FunctionName`.
- setHandle(String) - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Handle`.
- setLogGroupName(String) - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.LogGroupName`.
- setLogRoleArn(String) - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.LogRoleARN`.
- setMaxLength(Number) - Method in class software.amazon.awscdk.core.CfnParameter
-
An integer value that determines the largest number of characters you want to allow for String types.
- setMaxValue(Number) - Method in class software.amazon.awscdk.core.CfnParameter
-
A numeric value that determines the largest numeric value you want to allow for Number types.
- setMetadata(Map<String, Object>) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Metadata associated with the CloudFormation resource.
- setMetadata(Map<String, Object>) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Metadata associated with the CloudFormation resource.
- setMetadata(Map<String, Object>) - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Metadata associated with the CloudFormation template.
- setMetadata(Map<String, Object>) - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Metadata associated with the CloudFormation template.
- setMinLength(Number) - Method in class software.amazon.awscdk.core.CfnParameter
-
An integer value that determines the smallest number of characters you want to allow for String types.
- setMinValue(Number) - Method in class software.amazon.awscdk.core.CfnParameter
-
A numeric value that determines the smallest numeric value you want to allow for Number types.
- setName(String) - Method in class software.amazon.awscdk.core.CfnMacro
-
`AWS::CloudFormation::Macro.Name`.
- setNoEcho(Boolean) - Method in class software.amazon.awscdk.core.CfnParameter
-
Indicates if this parameter is configured with "NoEcho" enabled.
- setNotificationArns(List<String>) - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.NotificationARNs`.
- setOutdir(String) - Method in class software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
-
The output directory for this synthesis session.
- setOutdir(String) - Method in interface software.amazon.awscdk.core.ISynthesisSession
-
The output directory for this synthesis session.
- setParameter(String, String) - Method in class software.amazon.awscdk.core.NestedStack
-
Assign a value to one of the nested stack parameters.
- setParameters(IResolvable) - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.Parameters`.
- setParameters(Map<String, String>) - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.Parameters`.
- setResults(List<ValidationResult>) - Method in class software.amazon.awscdk.core.ValidationResults
-
- setServiceToken(String) - Method in class software.amazon.awscdk.core.CfnCustomResource
-
`AWS::CloudFormation::CustomResource.ServiceToken`.
- setTag(String, String, Number, Boolean) - Method in class software.amazon.awscdk.core.TagManager
-
Adds the specified tag to the array of tags.
- setTag(String, String, Number) - Method in class software.amazon.awscdk.core.TagManager
-
Adds the specified tag to the array of tags.
- setTag(String, String) - Method in class software.amazon.awscdk.core.TagManager
-
Adds the specified tag to the array of tags.
- setTemplateFormatVersion(String) - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
- setTemplateFormatVersion(String) - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
- setTemplateUrl(String) - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.TemplateURL`.
- setTimeout(String) - Method in class software.amazon.awscdk.core.CfnWaitCondition
-
`AWS::CloudFormation::WaitCondition.Timeout`.
- setTimeoutInMinutes(Number) - Method in class software.amazon.awscdk.core.CfnStack
-
`AWS::CloudFormation::Stack.TimeoutInMinutes`.
- setTransform(String) - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
- setTransform(String) - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
- setTransforms(List<String>) - Method in class software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
-
Gets or sets the top-level template transform(s) for this stack (e.g.
- setTransforms(List<String>) - Method in interface software.amazon.awscdk.core.ITemplateOptions
-
Gets or sets the top-level template transform(s) for this stack (e.g.
- setType(String) - Method in class software.amazon.awscdk.core.CfnParameter
-
The data type for the parameter (DataType).
- setUpdatePolicy(CfnUpdatePolicy) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
- setUpdatePolicy(CfnUpdatePolicy) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
- setUpdateReplacePolicy(CfnDeletionPolicy) - Method in class software.amazon.awscdk.core.ICfnResourceOptions.Jsii$Proxy
-
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
- setUpdateReplacePolicy(CfnDeletionPolicy) - Method in interface software.amazon.awscdk.core.ICfnResourceOptions
-
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
- setValue(String, String, Object) - Method in class software.amazon.awscdk.core.CfnMapping
-
Sets a value in the map based on the two keys.
- setValue(Object) - Method in class software.amazon.awscdk.core.CfnOutput
-
The value of the property returned by the aws cloudformation describe-stacks command.
- shouldSynthesize() - Method in class software.amazon.awscdk.core.CfnResource
-
Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
- Size - Class in software.amazon.awscdk.core
-
Represents the amount of digital storage.
- Size(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Size
-
- Size(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.Size
-
- SizeConversionOptions - Interface in software.amazon.awscdk.core
-
Options for how to convert time to a different unit.
- SizeConversionOptions.Builder - Class in software.amazon.awscdk.core
-
- SizeConversionOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- SizeRoundingBehavior - Enum in software.amazon.awscdk.core
-
Rounding behaviour when converting between units of `Size`.
- skipValidation(Boolean) - Method in class software.amazon.awscdk.core.StageSynthesisOptions.Builder
-
- skipValidation(Boolean) - Method in class software.amazon.awscdk.core.SynthesisOptions.Builder
-
Deprecated.
- software.amazon.awscdk.core - package software.amazon.awscdk.core
-
AWS Cloud Development Kit Core Library
- source(IConstruct) - Method in class software.amazon.awscdk.core.Dependency.Builder
-
- source(Construct) - Method in class software.amazon.awscdk.core.ValidationError.Builder
-
- sourceHash(String) - Method in class software.amazon.awscdk.core.DockerImageAssetSource.Builder
-
- sourceHash(String) - Method in class software.amazon.awscdk.core.FileAssetSource.Builder
-
- sourcePath(String) - Method in class software.amazon.awscdk.core.AssetStaging.Builder
-
The source file or directory to copy from.
- sourcePath(String) - Method in class software.amazon.awscdk.core.AssetStagingProps.Builder
-
- split(String, String) - Static method in class software.amazon.awscdk.core.Fn
-
To split a string into a list of string values so that you can select an element from the resulting string list, use the ``Fn::Split`` intrinsic function.
- ssmSecure(String, String) - Static method in class software.amazon.awscdk.core.SecretValue
-
Use a secret value stored from a Systems Manager (SSM) parameter.
- Stack - Class in software.amazon.awscdk.core
-
A root construct which represents a single CloudFormation stack.
- Stack(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Stack
-
- Stack(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.Stack
-
- Stack(Construct, String, StackProps) - Constructor for class software.amazon.awscdk.core.Stack
-
Creates a new stack.
- Stack(Construct, String) - Constructor for class software.amazon.awscdk.core.Stack
-
Creates a new stack.
- Stack(Construct) - Constructor for class software.amazon.awscdk.core.Stack
-
Creates a new stack.
- Stack() - Constructor for class software.amazon.awscdk.core.Stack
-
Creates a new stack.
- Stack.Builder - Class in software.amazon.awscdk.core
-
A fluent builder for
Stack.
- STACK_ID - Static variable in class software.amazon.awscdk.core.Aws
-
- STACK_NAME - Static variable in class software.amazon.awscdk.core.Aws
-
- stackName(String) - Method in class software.amazon.awscdk.core.Stack.Builder
-
Name to deploy the stack with.
- stackName(String) - Method in class software.amazon.awscdk.core.StackProps.Builder
-
- StackProps - Interface in software.amazon.awscdk.core
-
- StackProps.Builder - Class in software.amazon.awscdk.core
-
- StackProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- stackTraces(Boolean) - Method in class software.amazon.awscdk.core.App.Builder
-
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
- stackTraces(Boolean) - Method in class software.amazon.awscdk.core.AppProps.Builder
-
- Stage - Class in software.amazon.awscdk.core
-
An abstract application modeling unit consisting of Stacks that should be deployed together.
- Stage(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.Stage
-
- Stage(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.Stage
-
- Stage(Construct, String, StageProps) - Constructor for class software.amazon.awscdk.core.Stage
-
- Stage(Construct, String) - Constructor for class software.amazon.awscdk.core.Stage
-
- Stage.Builder - Class in software.amazon.awscdk.core
-
A fluent builder for
Stage.
- StageProps - Interface in software.amazon.awscdk.core
-
Initialization props for a stage.
- StageProps.Builder - Class in software.amazon.awscdk.core
-
- StageProps.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- StageSynthesisOptions - Interface in software.amazon.awscdk.core
-
Options for assemly synthesis.
- StageSynthesisOptions.Builder - Class in software.amazon.awscdk.core
-
- StageSynthesisOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
- StringConcat - Class in software.amazon.awscdk.core
-
Converts all fragments to strings and concats those.
- StringConcat(JsiiObjectRef) - Constructor for class software.amazon.awscdk.core.StringConcat
-
- StringConcat(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.core.StringConcat
-
- StringConcat() - Constructor for class software.amazon.awscdk.core.StringConcat
-
- stringifyNumber(Number) - Static method in class software.amazon.awscdk.core.Tokenization
-
Stringify a number directly or lazily if it's a Token.
- stringValue(IStringProducer, LazyStringValueOptions) - Static method in class software.amazon.awscdk.core.Lazy
-
- stringValue(IStringProducer) - Static method in class software.amazon.awscdk.core.Lazy
-
- sub(String, Map<String, String>) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Sub`` substitutes variables in an input string with values that you specify.
- sub(String) - Static method in class software.amazon.awscdk.core.Fn
-
The intrinsic function ``Fn::Sub`` substitutes variables in an input string with values that you specify.
- suspendProcesses(List<String>) - Method in class software.amazon.awscdk.core.CfnAutoScalingRollingUpdate.Builder
-
- SymlinkFollowMode - Enum in software.amazon.awscdk.core
-
Determines how symlinks are followed.
- synth(ConstructNode, SynthesisOptions) - Static method in class software.amazon.awscdk.core.ConstructNode
-
- synth(ConstructNode) - Static method in class software.amazon.awscdk.core.ConstructNode
-
- synth(StageSynthesisOptions) - Method in class software.amazon.awscdk.core.Stage
-
Synthesize this stage into a cloud assembly.
- synth() - Method in class software.amazon.awscdk.core.Stage
-
Synthesize this stage into a cloud assembly.
- SynthesisOptions - Interface in software.amazon.awscdk.core
-
- SynthesisOptions.Builder - Class in software.amazon.awscdk.core
-
Deprecated.
- SynthesisOptions.Jsii$Proxy - Class in software.amazon.awscdk.core
-
Deprecated.
- synthesize(ISynthesisSession) - Method in class software.amazon.awscdk.core.Construct
-
Allows this construct to emit artifacts into the cloud assembly during synthesis.
- synthesizer(IStackSynthesizer) - Method in class software.amazon.awscdk.core.Stack.Builder
-
Synthesis method to use while deploying this stack.
- synthesizer(IStackSynthesizer) - Method in class software.amazon.awscdk.core.StackProps.Builder
-
- synthesizeStackArtifacts(ISynthesisSession) - Method in class software.amazon.awscdk.core.BootstraplessSynthesizer
-
Synthesize all artifacts required for the stack into the session.
- synthesizeStackArtifacts(ISynthesisSession) - Method in class software.amazon.awscdk.core.DefaultStackSynthesizer
-
Synthesize all artifacts required for the stack into the session.
- synthesizeStackArtifacts(ISynthesisSession) - Method in class software.amazon.awscdk.core.IStackSynthesizer.Jsii$Proxy
-
Synthesize all artifacts required for the stack into the session.
- synthesizeStackArtifacts(ISynthesisSession) - Method in interface software.amazon.awscdk.core.IStackSynthesizer
-
Synthesize all artifacts required for the stack into the session.
- synthesizeStackArtifacts(ISynthesisSession) - Method in class software.amazon.awscdk.core.LegacyStackSynthesizer
-
Synthesize all artifacts required for the stack into the session.
- synthesizeStackArtifacts(ISynthesisSession) - Method in class software.amazon.awscdk.core.NestedStackSynthesizer
-
Synthesize all artifacts required for the stack into the session.