Class CfnDeploymentGroupPropsMixin.TriggerConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentGroupPropsMixin.TriggerConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroupPropsMixin.TriggerConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroupPropsMixin.TriggerConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroupPropsMixin.TriggerConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroupPropsMixin.TriggerConfigProperty
An implementation for
CfnDeploymentGroupPropsMixin.TriggerConfigProperty-
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.codedeploy.CfnDeploymentGroupPropsMixin.TriggerConfigProperty
CfnDeploymentGroupPropsMixin.TriggerConfigProperty.Builder, CfnDeploymentGroupPropsMixin.TriggerConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroupPropsMixin.TriggerConfigProperty.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 booleanThe event type or types that trigger notifications.final StringThe name of the notification trigger.final StringThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.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 theCfnDeploymentGroupPropsMixin.TriggerConfigProperty.Builder.
-
-
Method Details
-
getTriggerEvents
Description copied from interface:CfnDeploymentGroupPropsMixin.TriggerConfigPropertyThe event type or types that trigger notifications.- Specified by:
getTriggerEventsin interfaceCfnDeploymentGroupPropsMixin.TriggerConfigProperty- See Also:
-
getTriggerName
Description copied from interface:CfnDeploymentGroupPropsMixin.TriggerConfigPropertyThe name of the notification trigger.- Specified by:
getTriggerNamein interfaceCfnDeploymentGroupPropsMixin.TriggerConfigProperty- See Also:
-
getTriggerTargetArn
Description copied from interface:CfnDeploymentGroupPropsMixin.TriggerConfigPropertyThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.- Specified by:
getTriggerTargetArnin interfaceCfnDeploymentGroupPropsMixin.TriggerConfigProperty- 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()
-