Package | Description |
---|---|
software.amazon.awscdk |
AWS Cloud Development Kit Library
|
software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
Modifier and Type | Method and Description |
---|---|
CfnCondition |
CfnCondition.Builder.build() |
default CfnCondition |
ICfnResourceOptions.getCondition()
(experimental) A condition to associate with this resource.
|
CfnCondition |
ICfnResourceOptions.Jsii$Proxy.getCondition()
(experimental) A condition to associate with this resource.
|
default CfnCondition |
ICfnResourceOptions.Jsii$Default.getCondition()
(experimental) A condition to associate with this resource.
|
CfnCondition |
CfnOutput.getCondition()
(experimental) A condition to associate with this output value.
|
default CfnCondition |
CfnOutputProps.getCondition()
(experimental) A condition to associate with this output value.
|
CfnCondition |
CfnOutputProps.Jsii$Proxy.getCondition() |
Modifier and Type | Method and Description |
---|---|
CfnOutput.Builder |
CfnOutput.Builder.condition(CfnCondition condition)
(experimental) A condition to associate with this output value.
|
CfnOutputProps.Builder |
CfnOutputProps.Builder.condition(CfnCondition condition)
Sets the value of
CfnOutputProps.getCondition() |
default void |
ICfnResourceOptions.setCondition(CfnCondition value)
(experimental) A condition to associate with this resource.
|
void |
ICfnResourceOptions.Jsii$Proxy.setCondition(CfnCondition value)
(experimental) A condition to associate with this resource.
|
default void |
ICfnResourceOptions.Jsii$Default.setCondition(CfnCondition value)
(experimental) A condition to associate with this resource.
|
void |
CfnOutput.setCondition(CfnCondition value)
(experimental) A condition to associate with this output value.
|
Constructor and Description |
---|
Jsii$Proxy(String value,
CfnCondition condition,
String description,
String exportName)
Constructor that initializes the object based on literal property values passed by the
CfnOutputProps.Builder . |
Modifier and Type | Method and Description |
---|---|
CfnCondition |
CfnInclude.getCondition(String conditionName)
(experimental) Returns the CfnCondition object from the 'Conditions' section of the CloudFormation template with the given name.
|
Copyright © 2021. All rights reserved.