public static final class ICfnResourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICfnResourceOptions
software.amazon.jsii.JsiiObject.InitializationModeICfnResourceOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CfnCondition |
getCondition()
A condition to associate with this resource.
|
CfnCreationPolicy |
getCreationPolicy()
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
CfnDeletionPolicy |
getDeletionPolicy()
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
|
Map<String,Object> |
getMetadata()
Metadata associated with the CloudFormation resource.
|
CfnUpdatePolicy |
getUpdatePolicy()
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
|
CfnDeletionPolicy |
getUpdateReplacePolicy()
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
|
void |
setCondition(CfnCondition value)
A condition to associate with this resource.
|
void |
setCreationPolicy(CfnCreationPolicy value)
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded.
|
void |
setDeletionPolicy(CfnDeletionPolicy value)
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.
|
void |
setMetadata(Map<String,Object> value)
Metadata associated with the CloudFormation resource.
|
void |
setUpdatePolicy(CfnUpdatePolicy value)
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.
|
void |
setUpdateReplacePolicy(CfnDeletionPolicy value)
Use the UpdateReplacePolicy attribute to retain or (in some cases) backup the existing physical instance of a resource when it is replaced during a stack update operation.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) @Nullable public CfnCondition getCondition()
getCondition in interface ICfnResourceOptions@Stability(value=Stable) public void setCondition(@Nullable CfnCondition value)
setCondition in interface ICfnResourceOptions@Stability(value=Stable) @Nullable public CfnCreationPolicy getCreationPolicy()
getCreationPolicy in interface ICfnResourceOptions@Stability(value=Stable) public void setCreationPolicy(@Nullable CfnCreationPolicy value)
setCreationPolicy in interface ICfnResourceOptions@Stability(value=Stable) @Nullable public CfnDeletionPolicy getDeletionPolicy()
getDeletionPolicy in interface ICfnResourceOptions@Stability(value=Stable) public void setDeletionPolicy(@Nullable CfnDeletionPolicy value)
setDeletionPolicy in interface ICfnResourceOptions@Stability(value=Stable) @Nullable public Map<String,Object> getMetadata()
getMetadata in interface ICfnResourceOptions@Stability(value=Stable) public void setMetadata(@Nullable Map<String,Object> value)
setMetadata in interface ICfnResourceOptions@Stability(value=Stable) @Nullable public CfnUpdatePolicy getUpdatePolicy()
getUpdatePolicy in interface ICfnResourceOptions@Stability(value=Stable) public void setUpdatePolicy(@Nullable CfnUpdatePolicy value)
setUpdatePolicy in interface ICfnResourceOptions@Stability(value=Stable) @Nullable public CfnDeletionPolicy getUpdateReplacePolicy()
getUpdateReplacePolicy in interface ICfnResourceOptions@Stability(value=Stable) public void setUpdateReplacePolicy(@Nullable CfnDeletionPolicy value)
setUpdateReplacePolicy in interface ICfnResourceOptionsCopyright © 2019. All rights reserved.