Interface ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails.Jsii$Proxy
Enclosing class:
ClusterEvents.ECSContainerInstanceStateChange

@Stability(Experimental) public static interface ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ResourceDetails.

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();
 
  • Method Details

    • getDoubleValue

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getIntegerValue

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLongValue

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStringSetValue

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails.Builder of ClusterEvents.ECSContainerInstanceStateChange.ResourceDetails