Class CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Jsii$Proxy
- All Implemented Interfaces:
CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
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.mixins.preview.services.codedeploy.events.CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builder, CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.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 boolean(experimental) application property.(experimental) deploymentGroup property.(experimental) deploymentId property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) instanceGroupId property.(experimental) region property.getState()(experimental) state property.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
protected Jsii$Proxy(CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builder.
-
-
Method Details
-
getApplication
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) application property.Specify an array of string values to match this event if the actual value of application is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getApplicationin interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getDeploymentGroup
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) deploymentGroup property.Specify an array of string values to match this event if the actual value of deploymentGroup is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getDeploymentGroupin interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getDeploymentId
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) deploymentId property.Specify an array of string values to match this event if the actual value of deploymentId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getDeploymentIdin interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getEventMetadata
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getInstanceGroupId
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) instanceGroupId property.Specify an array of string values to match this event if the actual value of instanceGroupId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getInstanceGroupIdin interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getRegion
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) region property.Specify an array of string values to match this event if the actual value of region is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRegionin interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
getState
Description copied from interface:CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps(experimental) state property.Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStatein interfaceCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
-
$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()
-