Class CfnPlan.TriggerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.TriggerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.TriggerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.TriggerProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.TriggerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.TriggerProperty
An implementation for
CfnPlan.TriggerProperty-
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.services.arcregionswitch.CfnPlan.TriggerProperty
CfnPlan.TriggerProperty.Builder, CfnPlan.TriggerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlan.TriggerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe action to perform when the trigger fires.final ObjectThe conditions that must be met for the trigger to fire.final StringThe description for a trigger.final NumberThe minimum time, in minutes, that must elapse between automatic executions of the plan.final StringThe AWS Region for a trigger.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlan.TriggerProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnPlan.TriggerPropertyThe action to perform when the trigger fires.Valid values include ACTIVATE and DEACTIVATE.
- Specified by:
getActionin interfaceCfnPlan.TriggerProperty- See Also:
-
getConditions
Description copied from interface:CfnPlan.TriggerPropertyThe conditions that must be met for the trigger to fire.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.TriggerConditionProperty>- Specified by:
getConditionsin interfaceCfnPlan.TriggerProperty- See Also:
-
getMinDelayMinutesBetweenExecutions
Description copied from interface:CfnPlan.TriggerPropertyThe minimum time, in minutes, that must elapse between automatic executions of the plan.- Specified by:
getMinDelayMinutesBetweenExecutionsin interfaceCfnPlan.TriggerProperty- See Also:
-
getTargetRegion
Description copied from interface:CfnPlan.TriggerPropertyThe AWS Region for a trigger.- Specified by:
getTargetRegionin interfaceCfnPlan.TriggerProperty- See Also:
-
getDescription
Description copied from interface:CfnPlan.TriggerPropertyThe description for a trigger.- Specified by:
getDescriptionin interfaceCfnPlan.TriggerProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-