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