Interface ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1.Jsii$Proxy
- Enclosing class:
ClusterEvents.AWSAPICallViaCloudTrail
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.*;
Object networkInterfaces;
ResponseElementsItemItem1 responseElementsItemItem1 = ResponseElementsItemItem1.builder()
.containerArn(List.of("containerArn"))
.cpu(List.of("cpu"))
.image(List.of("image"))
.lastStatus(List.of("lastStatus"))
.memory(List.of("memory"))
.name(List.of("name"))
.networkInterfaces(List.of(networkInterfaces))
.taskArn(List.of("taskArn"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItemItem1 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) containerArn property.getCpu()(experimental) cpu property.getImage()(experimental) image property.(experimental) lastStatus property.(experimental) memory property.getName()(experimental) name property.(experimental) networkInterfaces property.(experimental) taskArn property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainerArn
(experimental) containerArn property.Specify an array of string values to match this event if the actual value of containerArn 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
-
getCpu
(experimental) cpu property.Specify an array of string values to match this event if the actual value of cpu 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
-
getImage
(experimental) image property.Specify an array of string values to match this event if the actual value of image 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
-
getLastStatus
(experimental) lastStatus property.Specify an array of string values to match this event if the actual value of lastStatus 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
-
getMemory
(experimental) memory property.Specify an array of string values to match this event if the actual value of memory 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
-
getNetworkInterfaces
(experimental) networkInterfaces property.Specify an array of string values to match this event if the actual value of networkInterfaces 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
-
getTaskArn
(experimental) taskArn property.Specify an array of string values to match this event if the actual value of taskArn 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.AWSAPICallViaCloudTrail.ResponseElementsItemItem1.Builder builder()
-