Index

$ B C E G H I J L P S T 
All Classes and Interfaces|All Packages

$

$jsii$toJson() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
$jsii$toJson() - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
 

B

build() - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
 
build() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Builder
Builds the configured instance.
builder() - Static method in interface software.amazon.awscdk.cloudformation.include.CfnIncludeProps
 
builder() - Static method in interface software.amazon.awscdk.cloudformation.include.IncludedNestedStack
 
Builder() - Constructor for class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder
 
Builder() - Constructor for class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Builder
 

C

CfnInclude - Class in software.amazon.awscdk.cloudformation.include
Construct to import an existing CloudFormation template file into a CDK application.
CfnInclude(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.cloudformation.include.CfnInclude
 
CfnInclude(JsiiObjectRef) - Constructor for class software.amazon.awscdk.cloudformation.include.CfnInclude
 
CfnInclude(Construct, String, CfnIncludeProps) - Constructor for class software.amazon.awscdk.cloudformation.include.CfnInclude
 
CfnInclude.Builder - Class in software.amazon.awscdk.cloudformation.include
A fluent builder for CfnInclude.
CfnIncludeProps - Interface in software.amazon.awscdk.cloudformation.include
Construction properties of CfnInclude.
CfnIncludeProps.Builder - Class in software.amazon.awscdk.cloudformation.include
A builder for CfnIncludeProps
CfnIncludeProps.Jsii$Proxy - Class in software.amazon.awscdk.cloudformation.include
An implementation for CfnIncludeProps
create(Construct, String) - Static method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
 

E

equals(Object) - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
equals(Object) - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
 

G

getCondition(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnCondition object from the 'Conditions' section of the CloudFormation template with the given name.
getHook(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnHook object from the 'Hooks' section of the included CloudFormation template with the given logical ID.
getIncludedTemplate() - Method in interface software.amazon.awscdk.cloudformation.include.IncludedNestedStack
The CfnInclude that represents the template, which can be used to access Resources and other template elements.
getIncludedTemplate() - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
 
getLoadNestedStacks() - Method in interface software.amazon.awscdk.cloudformation.include.CfnIncludeProps
Specifies the template files that define nested stacks that should be included.
getLoadNestedStacks() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
getMapping(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnMapping object from the 'Mappings' section of the included template.
getNestedStack(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns a loaded NestedStack with name logicalId.
getOutput(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnOutput object from the 'Outputs' section of the included template.
getParameter(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnParameter object from the 'Parameters' section of the included template.
getParameters() - Method in interface software.amazon.awscdk.cloudformation.include.CfnIncludeProps
Specifies parameters to be replaced by the values in this mapping.
getParameters() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
getPreserveLogicalIds() - Method in interface software.amazon.awscdk.cloudformation.include.CfnIncludeProps
Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.
getPreserveLogicalIds() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
getResource(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the low-level CfnResource from the template with the given logical ID.
getRule(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Returns the CfnRule object from the 'Rules' section of the CloudFormation template with the given name.
getStack() - Method in interface software.amazon.awscdk.cloudformation.include.IncludedNestedStack
The NestedStack object which represents the scope of the template.
getStack() - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
 
getTemplateFile() - Method in interface software.amazon.awscdk.cloudformation.include.CfnIncludeProps
Path to the template file.
getTemplateFile() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 

H

hashCode() - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
 
hashCode() - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
 

I

IncludedNestedStack - Interface in software.amazon.awscdk.cloudformation.include
The type returned from
invalid @link
CfnInclude.getNestedStack
.
IncludedNestedStack.Builder - Class in software.amazon.awscdk.cloudformation.include
A builder for IncludedNestedStack
IncludedNestedStack.Jsii$Proxy - Class in software.amazon.awscdk.cloudformation.include
An implementation for IncludedNestedStack
includedTemplate(CfnInclude) - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Builder

J

Jsii$Proxy(CfnIncludeProps.Builder) - Constructor for class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the CfnIncludeProps.Builder.
Jsii$Proxy(IncludedNestedStack.Builder) - Constructor for class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the IncludedNestedStack.Builder.
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.

L

loadNestedStack(String, CfnIncludeProps) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude
Includes a template for a child stack inside of this parent template.
loadNestedStacks(Map<String, ? extends CfnIncludeProps>) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
Specifies the template files that define nested stacks that should be included.
loadNestedStacks(Map<String, ? extends CfnIncludeProps>) - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder

P

parameters(Map<String, ? extends Object>) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
Specifies parameters to be replaced by the values in this mapping.
parameters(Map<String, ? extends Object>) - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder
preserveLogicalIds(Boolean) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
Whether the resources should have the same logical IDs in the resulting CDK template as they did in the original CloudFormation template file.
preserveLogicalIds(Boolean) - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder

S

software.amazon.awscdk.cloudformation.include - package software.amazon.awscdk.cloudformation.include
Include CloudFormation templates in the CDK
stack(NestedStack) - Method in class software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Builder

T

templateFile(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnInclude.Builder
Path to the template file.
templateFile(String) - Method in class software.amazon.awscdk.cloudformation.include.CfnIncludeProps.Builder
$ B C E G H I J L P S T 
All Classes and Interfaces|All Packages