Interface CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Jsii$Proxy
- Enclosing class:
CodeDeployInstanceStateChangeNotification
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codedeploy.events.*;
CodeDeployInstanceStateChangeNotificationProps codeDeployInstanceStateChangeNotificationProps = CodeDeployInstanceStateChangeNotificationProps.builder()
.application(List.of("application"))
.deploymentGroup(List.of("deploymentGroup"))
.deploymentId(List.of("deploymentId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.instanceGroupId(List.of("instanceGroupId"))
.instanceId(List.of("instanceId"))
.region(List.of("region"))
.state(List.of("state"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builderbuilder()(experimental) application property.(experimental) deploymentGroup property.(experimental) deploymentId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) instanceGroupId property.(experimental) instanceId property.(experimental) region property.getState()(experimental) state property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
(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
-
getDeploymentGroup
(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
-
getDeploymentId
(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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getInstanceGroupId
(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
-
getInstanceId
(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
-
getRegion
(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
-
getState
(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
-
builder
@Stability(Experimental) static CodeDeployInstanceStateChangeNotification.CodeDeployInstanceStateChangeNotificationProps.Builder builder()
-