Interface EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Jsii$Proxy
- Enclosing class:
EC2FastLaunchStateChangeNotification
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.ec2.events.*;
EC2FastLaunchStateChangeNotificationProps eC2FastLaunchStateChangeNotificationProps = EC2FastLaunchStateChangeNotificationProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.imageId(List.of("imageId"))
.resourceType(List.of("resourceType"))
.state(List.of("state"))
.stateTransitionReason(List.of("stateTransitionReason"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) imageId property.(experimental) resourceType property.getState()(experimental) state property.(experimental) stateTransitionReason property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getImageId
(experimental) imageId property.Specify an array of string values to match this event if the actual value of imageId 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
-
getResourceType
(experimental) resourceType property.Specify an array of string values to match this event if the actual value of resourceType 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
-
getStateTransitionReason
(experimental) stateTransitionReason property.Specify an array of string values to match this event if the actual value of stateTransitionReason 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 EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Builder builder()
-