Interface CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Jsii$Proxy
- Enclosing class:
CodeDeployDeploymentStateChangeNotification
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.*;
CodeDeployDeploymentStateChangeNotificationProps codeDeployDeploymentStateChangeNotificationProps = CodeDeployDeploymentStateChangeNotificationProps.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"))
.region(List.of("region"))
.state(List.of("state"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classCodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builderstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builderbuilder()(experimental) application property.(experimental) deploymentGroup property.(experimental) deploymentId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) instanceGroupId 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
-
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 CodeDeployDeploymentStateChangeNotification.CodeDeployDeploymentStateChangeNotificationProps.Builder builder()
-