Interface ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails.Jsii$Proxy
- Enclosing class:
ClusterEvents.ECSContainerInstanceStateChange
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.*;
ResourceDetails resourceDetails = ResourceDetails.builder()
.doubleValue(List.of("doubleValue"))
.integerValue(List.of("integerValue"))
.longValue(List.of("longValue"))
.name(List.of("name"))
.stringSetValue(List.of("stringSetValue"))
.type(List.of("type"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forClusterEvents.ECSContainerInstanceStateChange.ResourceDetails -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDoubleValue
(experimental) doubleValue property.Specify an array of string values to match this event if the actual value of doubleValue 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
-
getIntegerValue
(experimental) integerValue property.Specify an array of string values to match this event if the actual value of integerValue 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
-
getLongValue
(experimental) longValue property.Specify an array of string values to match this event if the actual value of longValue 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
-
getName
(experimental) name property.Specify an array of string values to match this event if the actual value of name 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
-
getStringSetValue
(experimental) stringSetValue property.Specify an array of string values to match this event if the actual value of stringSetValue 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
-
getType
(experimental) type property.Specify an array of string values to match this event if the actual value of type 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 ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails.Builder builder()
-