Interface ClusterEvents.ECSServiceAction.ECSServiceActionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterEvents.ECSServiceAction.ECSServiceActionProps.Jsii$Proxy
- Enclosing class:
ClusterEvents.ECSServiceAction
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.*;
ECSServiceActionProps eCSServiceActionProps = ECSServiceActionProps.builder()
.capacityProviderArns(List.of("capacityProviderArns"))
.clusterArn(List.of("clusterArn"))
.containerInstanceArns(List.of("containerInstanceArns"))
.containerPort(List.of("containerPort"))
.createdAt(List.of("createdAt"))
.desiredCount(List.of("desiredCount"))
.ec2InstanceIds(List.of("ec2InstanceIds"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventName(List.of("eventName"))
.eventType(List.of("eventType"))
.reason(List.of("reason"))
.serviceRegistryArns(List.of("serviceRegistryArns"))
.targetGroupArns(List.of("targetGroupArns"))
.targets(List.of("targets"))
.taskArns(List.of("taskArns"))
.taskSetArns(List.of("taskSetArns"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forClusterEvents.ECSServiceAction.ECSServiceActionPropsstatic final classAn implementation forClusterEvents.ECSServiceAction.ECSServiceActionProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) capacityProviderArns property.(experimental) clusterArn property.(experimental) containerInstanceArns property.(experimental) containerPort property.(experimental) createdAt property.(experimental) desiredCount property.(experimental) ec2InstanceIds property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) eventName property.(experimental) eventType property.(experimental) reason property.(experimental) serviceRegistryArns property.(experimental) targetGroupArns property.(experimental) targets property.(experimental) taskArns property.(experimental) taskSetArns property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapacityProviderArns
(experimental) capacityProviderArns property.Specify an array of string values to match this event if the actual value of capacityProviderArns 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
-
getClusterArn
(experimental) clusterArn property.Specify an array of string values to match this event if the actual value of clusterArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Cluster reference
-
getContainerInstanceArns
(experimental) containerInstanceArns property.Specify an array of string values to match this event if the actual value of containerInstanceArns 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
-
getContainerPort
(experimental) containerPort property.Specify an array of string values to match this event if the actual value of containerPort 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
-
getCreatedAt
(experimental) createdAt property.Specify an array of string values to match this event if the actual value of createdAt 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
-
getDesiredCount
(experimental) desiredCount property.Specify an array of string values to match this event if the actual value of desiredCount 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
-
getEc2InstanceIds
(experimental) ec2InstanceIds property.Specify an array of string values to match this event if the actual value of ec2InstanceIds 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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getEventName
(experimental) eventName property.Specify an array of string values to match this event if the actual value of eventName 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
-
getEventType
(experimental) eventType property.Specify an array of string values to match this event if the actual value of eventType 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
-
getReason
(experimental) reason property.Specify an array of string values to match this event if the actual value of reason 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
-
getServiceRegistryArns
(experimental) serviceRegistryArns property.Specify an array of string values to match this event if the actual value of serviceRegistryArns 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
-
getTargetGroupArns
(experimental) targetGroupArns property.Specify an array of string values to match this event if the actual value of targetGroupArns 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
-
getTargets
(experimental) targets property.Specify an array of string values to match this event if the actual value of targets 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
-
getTaskArns
(experimental) taskArns property.Specify an array of string values to match this event if the actual value of taskArns 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
-
getTaskSetArns
(experimental) taskSetArns property.Specify an array of string values to match this event if the actual value of taskSetArns 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.ECSServiceAction.ECSServiceActionProps.Builder builder()
-