Interface ClusterEvents.ECSContainerInstanceStateChange.VersionInfo

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

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

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.*;
 VersionInfo versionInfo = VersionInfo.builder()
         .agentHash(List.of("agentHash"))
         .agentVersion(List.of("agentVersion"))
         .dockerVersion(List.of("dockerVersion"))
         .build();
 
  • Method Details

    • getAgentHash

      @Stability(Experimental) @Nullable default List<String> getAgentHash()
      (experimental) agentHash property.

      Specify an array of string values to match this event if the actual value of agentHash 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

    • getAgentVersion

      @Stability(Experimental) @Nullable default List<String> getAgentVersion()
      (experimental) agentVersion property.

      Specify an array of string values to match this event if the actual value of agentVersion 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

    • getDockerVersion

      @Stability(Experimental) @Nullable default List<String> getDockerVersion()
      (experimental) dockerVersion property.

      Specify an array of string values to match this event if the actual value of dockerVersion 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

      @Stability(Experimental) static ClusterEvents.ECSContainerInstanceStateChange.VersionInfo.Builder builder()
      Returns:
      a ClusterEvents.ECSContainerInstanceStateChange.VersionInfo.Builder of ClusterEvents.ECSContainerInstanceStateChange.VersionInfo