Class ClusterEvents.ECSTaskStateChange
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ecs.events.ClusterEvents.ECSTaskStateChange
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Enclosing class:
ClusterEvents
@Stability(Experimental)
public static class ClusterEvents.ECSTaskStateChange
extends software.amazon.jsii.JsiiObject
(experimental) aws.ecs@ECSTaskStateChange event types for Cluster.
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.ecs.events.*; ECSTaskStateChange eCSTaskStateChange = new ECSTaskStateChange();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface(experimental) Type definition for AttachmentDetails.static interface(experimental) Type definition for AttributesDetails.static interface(experimental) Type definition for ContainerDetails.static interface(experimental) Type definition for details.static interface(experimental) Props type for Cluster aws.ecs@ECSTaskStateChange event.static interface(experimental) Type definition for NetworkBindingDetails.static interface(experimental) Type definition for NetworkInterfaceDetails.static interface(experimental) Type definition for Overrides.static interface(experimental) Type definition for OverridesItem.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedECSTaskStateChange(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedECSTaskStateChange(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ECSTaskStateChange
protected ECSTaskStateChange(software.amazon.jsii.JsiiObjectRef objRef) -
ECSTaskStateChange
protected ECSTaskStateChange(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ECSTaskStateChange
@Stability(Experimental) public ECSTaskStateChange()
-