Class EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Jsii$Proxy
- All Implemented Interfaces:
EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps-
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.ec2.events.EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Builder, EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.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 booleanfinal AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) imageId property.(experimental) resourceType property.getState()(experimental) state property.(experimental) stateTransitionReason 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(EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps.Builder.
-
-
Method Details
-
getEventMetadata
Description copied from interface:EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
-
getImageId
Description copied from interface:EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps(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
- Specified by:
getImageIdin interfaceEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
-
getResourceType
Description copied from interface:EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps(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
- Specified by:
getResourceTypein interfaceEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
-
getState
Description copied from interface:EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps(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 interfaceEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
-
getStateTransitionReason
Description copied from interface:EC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps(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
- Specified by:
getStateTransitionReasonin interfaceEC2FastLaunchStateChangeNotification.EC2FastLaunchStateChangeNotificationProps
-
$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()
-