| Modifier and Type | Interface and Description |
|---|---|
interface |
IConstruct
Represents a construct.
|
interface |
IResource
Interface for the Resource construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
App
A construct which represents an entire CDK app.
|
class |
CfnCondition
Represents a CloudFormation condition, for resources which must be conditionally created and the determination must be made at deploy time.
|
class |
CfnElement
An element of a CloudFormation stack.
|
class |
CfnInclude
Includes a CloudFormation template into a stack.
|
class |
CfnMapping
Represents a CloudFormation mapping.
|
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 |
ConcreteDependable
A set of constructs to be used as a dependable.
|
class |
Construct
Represents the building block of the construct graph.
|
static class |
IConstruct.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IDependable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IResource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Resource
A construct which represents an AWS resource.
|
class |
Stack
A root construct which represents a single CloudFormation stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructNode.addDependency(IDependable... dependencies)
Add an ordering dependency on another Construct.
|
static DependableTrait |
DependableTrait.get(IDependable instance)
Return the matching DependableTrait for the given class instance.
|
static void |
DependableTrait.implement(IDependable instance,
DependableTrait trait)
Register `instance` to have the given DependableTrait.
|
Copyright © 2019. All rights reserved.