Class CfnTriggerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnTriggerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTriggerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTriggerMixinProps
@Stability(Stable)
@Internal
public static final class CfnTriggerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTriggerMixinProps
An implementation for
CfnTriggerMixinProps-
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.cfnpropertymixins.services.devopsagent.CfnTriggerMixinProps
CfnTriggerMixinProps.Builder, CfnTriggerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTriggerMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTriggerMixinProps.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 ObjectThe action to perform when the trigger fires.final StringThe unique identifier of the parent Agent Space.final ObjectThe condition that causes the trigger to fire.final StringThe status of the trigger.final StringgetType()The type of 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 theCfnTriggerMixinProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnTriggerMixinPropsThe action to perform when the trigger fires.A JSON object containing actionType and task.
- Specified by:
getActionin interfaceCfnTriggerMixinProps- See Also:
-
getAgentSpaceId
Description copied from interface:CfnTriggerMixinPropsThe unique identifier of the parent Agent Space.- Specified by:
getAgentSpaceIdin interfaceCfnTriggerMixinProps- See Also:
-
getCondition
Description copied from interface:CfnTriggerMixinPropsThe condition that causes the trigger to fire.Returns union: either
IResolvableorCfnTriggerPropsMixin.ConditionProperty- Specified by:
getConditionin interfaceCfnTriggerMixinProps- See Also:
-
getStatus
Description copied from interface:CfnTriggerMixinPropsThe status of the trigger.Active triggers fire on schedule; Inactive triggers are paused.
Default: - "Active"
- Specified by:
getStatusin interfaceCfnTriggerMixinProps- See Also:
-
getType
Description copied from interface:CfnTriggerMixinPropsThe type of trigger.- Specified by:
getTypein interfaceCfnTriggerMixinProps- 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()
-