Interface ClusterEvents.ECSContainerInstanceStateChange.VersionInfo
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterEvents.ECSContainerInstanceStateChange.VersionInfo.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.*;
VersionInfo versionInfo = VersionInfo.builder()
.agentHash(List.of("agentHash"))
.agentVersion(List.of("agentVersion"))
.dockerVersion(List.of("dockerVersion"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forClusterEvents.ECSContainerInstanceStateChange.VersionInfo -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) agentHash property.(experimental) agentVersion property.(experimental) dockerVersion property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ClusterEvents.ECSContainerInstanceStateChange.VersionInfo.Builder builder()
-