| Modifier and Type | Class and Description |
|---|---|
class |
App
A construct which represents an entire CDK app.
|
class |
AssetStaging
Stages a file or directory from a location on the file system into a staging directory.
|
class |
CfnCodeDeployBlueGreenHook
A CloudFormation Hook for CodeDeploy blue-green ECS deployments.
|
class |
CfnCondition
Represents a CloudFormation condition, for resources which must be conditionally created and the determination must be made at deploy time.
|
class |
CfnCustomResource
A CloudFormation `AWS::CloudFormation::CustomResource`.
|
class |
CfnElement
An element of a CloudFormation stack.
|
class |
CfnHook
Represents a CloudFormation resource.
|
class |
CfnInclude
Deprecated.
use the CfnInclude class from the cloudformation-include module instead
|
class |
CfnJson
Captures a synthesis-time JSON object a CloudFormation reference which resolves during deployment to the resolved values of the JSON object.
|
class |
CfnMacro
A CloudFormation `AWS::CloudFormation::Macro`.
|
class |
CfnMapping
Represents a CloudFormation mapping.
|
class |
CfnModuleDefaultVersion
A CloudFormation `AWS::CloudFormation::ModuleDefaultVersion`.
|
class |
CfnModuleVersion
A CloudFormation `AWS::CloudFormation::ModuleVersion`.
|
class |
CfnOutput |
class |
CfnParameter
A CloudFormation parameter.
|
class |
CfnRefElement
Base class for referenceable CloudFormation constructs which are not Resources.
|
class |
CfnResource
Represents a CloudFormation resource.
|
class |
CfnRule
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.
|
class |
CfnStack
A CloudFormation `AWS::CloudFormation::Stack`.
|
class |
CfnStackSet
A CloudFormation `AWS::CloudFormation::StackSet`.
|
class |
CfnWaitCondition
A CloudFormation `AWS::CloudFormation::WaitCondition`.
|
class |
CfnWaitConditionHandle
A CloudFormation `AWS::CloudFormation::WaitConditionHandle`.
|
class |
CustomResource
Custom resource that is implemented using a Lambda.
|
class |
CustomResourceProvider
(experimental) An AWS-Lambda backed custom resource provider.
|
class |
NestedStack
(experimental) A CloudFormation nested stack.
|
class |
Resource
A construct which represents an AWS resource.
|
class |
Stack
A root construct which represents a single CloudFormation stack.
|
class |
Stage
An abstract application modeling unit consisting of Stacks that should be deployed together.
|
| Modifier and Type | Method and Description |
|---|---|
Construct |
ValidationError.getSource()
The construct which emitted the error.
|
Construct |
ValidationError.Jsii$Proxy.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Tag.add(Construct scope,
String key,
String value)
Deprecated.
use `Tags.of(scope).add()`
|
static void |
Tag.add(Construct scope,
String key,
String value,
TagProps props)
Deprecated.
use `Tags.of(scope).add()`
|
static CfnMacro.Builder |
CfnMacro.Builder.create(Construct scope,
String id) |
static CfnModuleVersion.Builder |
CfnModuleVersion.Builder.create(Construct scope,
String id) |
static CfnStack.Builder |
CfnStack.Builder.create(Construct scope,
String id) |
static CfnCustomResource.Builder |
CfnCustomResource.Builder.create(Construct scope,
String id) |
static CfnModuleDefaultVersion.Builder |
CfnModuleDefaultVersion.Builder.create(Construct scope,
String id) |
static CfnStackSet.Builder |
CfnStackSet.Builder.create(Construct scope,
String id) |
static CfnWaitCondition.Builder |
CfnWaitCondition.Builder.create(Construct scope,
String id) |
static FeatureFlags |
FeatureFlags.of(Construct scope)
Inspect feature flags on the construct node's context.
|
static void |
Tag.remove(Construct scope,
String key)
Deprecated.
use `Tags.of(scope).remove()`
|
static void |
Tag.remove(Construct scope,
String key,
TagProps props)
Deprecated.
use `Tags.of(scope).remove()`
|
ValidationError.Builder |
ValidationError.Builder.source(Construct source)
Sets the value of
ValidationError.getSource() |
| Constructor and Description |
|---|
CfnCustomResource(Construct scope,
String id,
CfnCustomResourceProps props)
Create a new `AWS::CloudFormation::CustomResource`.
|
CfnMacro(Construct scope,
String id,
CfnMacroProps props)
Create a new `AWS::CloudFormation::Macro`.
|
CfnModuleDefaultVersion(Construct scope,
String id)
Create a new `AWS::CloudFormation::ModuleDefaultVersion`.
|
CfnModuleDefaultVersion(Construct scope,
String id,
CfnModuleDefaultVersionProps props)
Create a new `AWS::CloudFormation::ModuleDefaultVersion`.
|
CfnModuleVersion(Construct scope,
String id,
CfnModuleVersionProps props)
Create a new `AWS::CloudFormation::ModuleVersion`.
|
CfnStack(Construct scope,
String id,
CfnStackProps props)
Create a new `AWS::CloudFormation::Stack`.
|
CfnStackSet(Construct scope,
String id,
CfnStackSetProps props)
Create a new `AWS::CloudFormation::StackSet`.
|
CfnWaitCondition(Construct scope,
String id)
Create a new `AWS::CloudFormation::WaitCondition`.
|
CfnWaitCondition(Construct scope,
String id,
CfnWaitConditionProps props)
Create a new `AWS::CloudFormation::WaitCondition`.
|
CfnWaitConditionHandle(Construct scope,
String id)
Create a new `AWS::CloudFormation::WaitConditionHandle`.
|
ConstructNode(Construct host,
IConstruct scope,
String id) |
Jsii$Proxy(String message,
Construct source)
Constructor that initializes the object based on literal property values passed by the
ValidationError.Builder. |
ScopedAws(Construct scope) |
Copyright © 2021. All rights reserved.