Interface ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1.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 networkBindings;
RequestParametersItem1 requestParametersItem1 = RequestParametersItem1.builder()
.containerName(List.of("containerName"))
.exitCode(List.of("exitCode"))
.networkBindings(List.of(networkBindings))
.status(List.of("status"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forClusterEvents.AWSAPICallViaCloudTrail.RequestParametersItem1 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) containerName property.(experimental) exitCode property.(experimental) networkBindings property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainerName
(experimental) containerName property.Specify an array of string values to match this event if the actual value of containerName 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
-
getExitCode
(experimental) exitCode property.Specify an array of string values to match this event if the actual value of exitCode 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
-
getNetworkBindings
(experimental) networkBindings property.Specify an array of string values to match this event if the actual value of networkBindings 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
-
getStatus
(experimental) status property.Specify an array of string values to match this event if the actual value of status 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.RequestParametersItem1.Builder builder()
-