| Modifier and Type | Method and Description |
|---|---|
CfnCondition |
CfnCondition.Builder.build() |
CfnCondition |
CfnOutput.getCondition()
A condition to associate with this output value.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
CfnOutput.Builder |
CfnOutput.Builder.condition(CfnCondition condition)
A condition to associate with this output value.
|
CfnOutputProps.Builder |
CfnOutputProps.Builder.condition(CfnCondition condition)
Sets the value of
CfnOutputProps.getCondition() |
void |
CfnOutput.setCondition(CfnCondition value)
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.
|
| 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. |
Copyright © 2020. All rights reserved.