Class CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Jsii$Proxy
- All Implemented Interfaces:
CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps-
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.CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builder, CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.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) instanceId 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(CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builder.
-
-
Method Details
-
getApplication
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getDeploymentGroup
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getDeploymentId
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getEventMetadata
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getInstanceGroupId
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getInstanceId
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(experimental) instanceId property.Specify an array of string values to match this event if the actual value of instanceId 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:
getInstanceIdin interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getRegion
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
getState
Description copied from interface:CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps(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 interfaceCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
-
$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()
-