| 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()
A condition to associate with this resource.
|
CfnCondition |
ICfnResourceOptions.Jsii$Proxy.getCondition()
A condition to associate with this resource.
|
default CfnCondition |
ICfnResourceOptions.Jsii$Default.getCondition()
A condition to associate with this resource.
|
default CfnCondition |
CfnOutputProps.getCondition()
A condition to associate with this output value.
|
CfnCondition |
CfnOutputProps.Jsii$Proxy.getCondition() |
CfnCondition |
CfnOutput.getCondition()
A condition to associate with this output value.
|
| Modifier and Type | Method and Description |
|---|---|
CfnOutputProps.Builder |
CfnOutputProps.Builder.condition(CfnCondition condition)
Sets the value of
CfnOutputProps.getCondition() |
CfnOutput.Builder |
CfnOutput.Builder.condition(CfnCondition condition)
A condition to associate with this output value.
|
default void |
ICfnResourceOptions.setCondition(CfnCondition value)
A condition to associate with this resource.
|
void |
ICfnResourceOptions.Jsii$Proxy.setCondition(CfnCondition value)
A condition to associate with this resource.
|
default void |
ICfnResourceOptions.Jsii$Default.setCondition(CfnCondition value)
A condition to associate with this resource.
|
void |
CfnOutput.setCondition(CfnCondition value)
A condition to associate with this output value.
|
| Modifier and Type | Method and Description |
|---|---|
CfnCondition |
CfnInclude.getCondition(String conditionName)
Returns the CfnCondition object from the 'Conditions' section of the CloudFormation template with the given name.
|
Copyright © 2022. All rights reserved.