Class ICfnResourceOptions.Jsii$Proxy
- All Implemented Interfaces:
ICfnResourceOptions,ICfnResourceOptions.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ICfnResourceOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.ICfnResourceOptions
ICfnResourceOptions.Jsii$Default, ICfnResourceOptions.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CfnConditionA condition to associate with this resource.final CfnCreationPolicyAssociate 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.final CfnDeletionPolicyWith the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.final StringThe description of this resource.Metadata associated with the CloudFormation resource.final CfnUpdatePolicyUse the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.final CfnDeletionPolicyUse 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.final StringThe version of this resource.final voidsetCondition(CfnCondition value) A condition to associate with this resource.final voidAssociate 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.final voidWith the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.final voidsetDescription(String value) The description of this resource.final voidsetMetadata(Map<String, Object> value) Metadata associated with the CloudFormation resource.final voidsetUpdatePolicy(CfnUpdatePolicy value) Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.final voidUse 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.final voidsetVersion(String value) The version of this resource.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getCondition
A condition to associate with this resource.This means that only if the condition evaluates to 'true' when the stack is deployed, the resource will be included. This is provided to allow CDK projects to produce legacy templates, but normally there is no need to use it in CDK projects.
- Specified by:
getConditionin interfaceICfnResourceOptions- Specified by:
getConditionin interfaceICfnResourceOptions.Jsii$Default
-
setCondition
A condition to associate with this resource.This means that only if the condition evaluates to 'true' when the stack is deployed, the resource will be included. This is provided to allow CDK projects to produce legacy templates, but normally there is no need to use it in CDK projects.
- Specified by:
setConditionin interfaceICfnResourceOptions- Specified by:
setConditionin interfaceICfnResourceOptions.Jsii$Default
-
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.To signal a resource, you can use the cfn-signal helper script or SignalResource API. AWS CloudFormation publishes valid signals to the stack events so that you track the number of signals sent.
- Specified by:
getCreationPolicyin interfaceICfnResourceOptions- Specified by:
getCreationPolicyin interfaceICfnResourceOptions.Jsii$Default
-
setCreationPolicy
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.To signal a resource, you can use the cfn-signal helper script or SignalResource API. AWS CloudFormation publishes valid signals to the stack events so that you track the number of signals sent.
- Specified by:
setCreationPolicyin interfaceICfnResourceOptions- Specified by:
setCreationPolicyin interfaceICfnResourceOptions.Jsii$Default
-
getDeletionPolicy
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default. Note that this capability also applies to update operations that lead to resources being removed.
- Specified by:
getDeletionPolicyin interfaceICfnResourceOptions- Specified by:
getDeletionPolicyin interfaceICfnResourceOptions.Jsii$Default
-
setDeletionPolicy
With the DeletionPolicy attribute you can preserve or (in some cases) backup a resource when its stack is deleted.You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default. Note that this capability also applies to update operations that lead to resources being removed.
- Specified by:
setDeletionPolicyin interfaceICfnResourceOptions- Specified by:
setDeletionPolicyin interfaceICfnResourceOptions.Jsii$Default
-
getDescription
The description of this resource.Used for informational purposes only, is not processed in any way (and stays with the CloudFormation template, is not passed to the underlying resource, even if it does have a 'description' property).
- Specified by:
getDescriptionin interfaceICfnResourceOptions- Specified by:
getDescriptionin interfaceICfnResourceOptions.Jsii$Default
-
setDescription
The description of this resource.Used for informational purposes only, is not processed in any way (and stays with the CloudFormation template, is not passed to the underlying resource, even if it does have a 'description' property).
- Specified by:
setDescriptionin interfaceICfnResourceOptions- Specified by:
setDescriptionin interfaceICfnResourceOptions.Jsii$Default
-
getMetadata
Metadata associated with the CloudFormation resource.This is not the same as the construct metadata which can be added using construct.addMetadata(), but would not appear in the CloudFormation template automatically.
- Specified by:
getMetadatain interfaceICfnResourceOptions- Specified by:
getMetadatain interfaceICfnResourceOptions.Jsii$Default
-
setMetadata
Metadata associated with the CloudFormation resource.This is not the same as the construct metadata which can be added using construct.addMetadata(), but would not appear in the CloudFormation template automatically.
- Specified by:
setMetadatain interfaceICfnResourceOptions- Specified by:
setMetadatain interfaceICfnResourceOptions.Jsii$Default
-
getUpdatePolicy
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.AWS CloudFormation invokes one of three update policies depending on the type of change you make or whether a scheduled action is associated with the Auto Scaling group.
- Specified by:
getUpdatePolicyin interfaceICfnResourceOptions- Specified by:
getUpdatePolicyin interfaceICfnResourceOptions.Jsii$Default
-
setUpdatePolicy
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AutoScaling::AutoScalingGroup resource.AWS CloudFormation invokes one of three update policies depending on the type of change you make or whether a scheduled action is associated with the Auto Scaling group.
- Specified by:
setUpdatePolicyin interfaceICfnResourceOptions- Specified by:
setUpdatePolicyin interfaceICfnResourceOptions.Jsii$Default
-
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.- Specified by:
getUpdateReplacePolicyin interfaceICfnResourceOptions- Specified by:
getUpdateReplacePolicyin interfaceICfnResourceOptions.Jsii$Default
-
setUpdateReplacePolicy
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.- Specified by:
setUpdateReplacePolicyin interfaceICfnResourceOptions- Specified by:
setUpdateReplacePolicyin interfaceICfnResourceOptions.Jsii$Default
-
getVersion
The version of this resource.Used only for custom CloudFormation resources.
- Specified by:
getVersionin interfaceICfnResourceOptions- Specified by:
getVersionin interfaceICfnResourceOptions.Jsii$Default- See Also:
-
setVersion
The version of this resource.Used only for custom CloudFormation resources.
- Specified by:
setVersionin interfaceICfnResourceOptions- Specified by:
setVersionin interfaceICfnResourceOptions.Jsii$Default- See Also:
-