ECSTaskStateChange
- class aws_cdk.mixins_preview.aws_ecs.events.ECSTaskStateChange
Bases:
object(experimental) EventBridge event pattern for aws.ecs@ECSTaskStateChange.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events e_cSTask_state_change = ecs_events.ECSTaskStateChange()
- Stability:
experimental
Static Methods
- classmethod ecs_task_state_change_pattern(*, attachments=None, attributes=None, availability_zone=None, cluster_arn=None, connectivity=None, connectivity_at=None, container_instance_arn=None, containers=None, cpu=None, created_at=None, desired_status=None, event_metadata=None, execution_stopped_at=None, group=None, last_status=None, launch_type=None, memory=None, overrides=None, platform_version=None, pull_started_at=None, pull_stopped_at=None, started_at=None, started_by=None, stop_code=None, stopped_at=None, stopped_reason=None, stopping_at=None, task_arn=None, task_definition_arn=None, updated_at=None, version=None)
(experimental) EventBridge event pattern for ECS Task State Change.
- Parameters:
attachments (
Optional[Sequence[Union[AttachmentDetails,Dict[str,Any]]]]) – (experimental) attachments property. Specify an array of string values to match this event if the actual value of attachments is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldattributes (
Optional[Sequence[Union[AttributesDetails,Dict[str,Any]]]]) – (experimental) attributes property. Specify an array of string values to match this event if the actual value of attributes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldavailability_zone (
Optional[Sequence[str]]) – (experimental) availabilityZone property. Specify an array of string values to match this event if the actual value of availabilityZone is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcluster_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Cluster referenceconnectivity (
Optional[Sequence[str]]) – (experimental) connectivity property. Specify an array of string values to match this event if the actual value of connectivity is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldconnectivity_at (
Optional[Sequence[str]]) – (experimental) connectivityAt property. Specify an array of string values to match this event if the actual value of connectivityAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontainer_instance_arn (
Optional[Sequence[str]]) – (experimental) containerInstanceArn property. Specify an array of string values to match this event if the actual value of containerInstanceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontainers (
Optional[Sequence[Union[ContainerDetails,Dict[str,Any]]]]) – (experimental) containers property. Specify an array of string values to match this event if the actual value of containers is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcpu (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcreated_at (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddesired_status (
Optional[Sequence[str]]) – (experimental) desiredStatus property. Specify an array of string values to match this event if the actual value of desiredStatus is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -execution_stopped_at (
Optional[Sequence[str]]) – (experimental) executionStoppedAt property. Specify an array of string values to match this event if the actual value of executionStoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldgroup (
Optional[Sequence[str]]) – (experimental) group property. Specify an array of string values to match this event if the actual value of group is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldlast_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldlaunch_type (
Optional[Sequence[str]]) – (experimental) launchType property. Specify an array of string values to match this event if the actual value of launchType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmemory (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldoverrides (
Union[Overrides,Dict[str,Any],None]) – (experimental) overrides property. Specify an array of string values to match this event if the actual value of overrides is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldplatform_version (
Optional[Sequence[str]]) – (experimental) platformVersion property. Specify an array of string values to match this event if the actual value of platformVersion is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpull_started_at (
Optional[Sequence[str]]) – (experimental) pullStartedAt property. Specify an array of string values to match this event if the actual value of pullStartedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpull_stopped_at (
Optional[Sequence[str]]) – (experimental) pullStoppedAt property. Specify an array of string values to match this event if the actual value of pullStoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstarted_at (
Optional[Sequence[str]]) – (experimental) startedAt property. Specify an array of string values to match this event if the actual value of startedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstarted_by (
Optional[Sequence[str]]) – (experimental) startedBy property. Specify an array of string values to match this event if the actual value of startedBy is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstop_code (
Optional[Sequence[str]]) – (experimental) stopCode property. Specify an array of string values to match this event if the actual value of stopCode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopped_at (
Optional[Sequence[str]]) – (experimental) stoppedAt property. Specify an array of string values to match this event if the actual value of stoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopped_reason (
Optional[Sequence[str]]) – (experimental) stoppedReason property. Specify an array of string values to match this event if the actual value of stoppedReason is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopping_at (
Optional[Sequence[str]]) – (experimental) stoppingAt property. Specify an array of string values to match this event if the actual value of stoppingAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtask_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtask_definition_arn (
Optional[Sequence[str]]) – (experimental) taskDefinitionArn property. Specify an array of string values to match this event if the actual value of taskDefinitionArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldupdated_at (
Optional[Sequence[str]]) – (experimental) updatedAt property. Specify an array of string values to match this event if the actual value of updatedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
AttachmentDetails
- class ECSTaskStateChange.AttachmentDetails(*, details=None, id=None, status=None, type=None)
Bases:
object(experimental) Type definition for AttachmentDetails.
- Parameters:
details (
Union[Details,Dict[str,Any],None]) – (experimental) details property. Specify an array of string values to match this event if the actual value of details is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldid (
Optional[Sequence[str]]) – (experimental) id property. Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtype (
Optional[Sequence[str]]) – (experimental) type property. Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events attachment_details = ecs_events.ECSTaskStateChange.AttachmentDetails( details=ecs_events.ECSTaskStateChange.Details( name=["name"], value=["value"] ), id=["id"], status=["status"], type=["type"] )
Attributes
- details
(experimental) details property.
Specify an array of string values to match this event if the actual value of details 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
- Stability:
experimental
- id
(experimental) id property.
Specify an array of string values to match this event if the actual value of id 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
- Stability:
experimental
- status
(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
- Stability:
experimental
- type
(experimental) type property.
Specify an array of string values to match this event if the actual value of type 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
- Stability:
experimental
AttributesDetails
- class ECSTaskStateChange.AttributesDetails(*, name=None, value=None)
Bases:
object(experimental) Type definition for AttributesDetails.
- Parameters:
name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldvalue (
Optional[Sequence[str]]) – (experimental) value property. Specify an array of string values to match this event if the actual value of value is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events attributes_details = ecs_events.ECSTaskStateChange.AttributesDetails( name=["name"], value=["value"] )
Attributes
- name
(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
- Stability:
experimental
- value
(experimental) value property.
Specify an array of string values to match this event if the actual value of value 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
- Stability:
experimental
ContainerDetails
- class ECSTaskStateChange.ContainerDetails(*, container_arn=None, cpu=None, exit_code=None, gpu_ids=None, image=None, image_digest=None, last_status=None, memory=None, memory_reservation=None, name=None, network_bindings=None, network_interfaces=None, reason=None, runtime_id=None, task_arn=None)
Bases:
object(experimental) Type definition for ContainerDetails.
- Parameters:
container_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcpu (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldexit_code (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldgpu_ids (
Optional[Sequence[str]]) – (experimental) gpuIds property. Specify an array of string values to match this event if the actual value of gpuIds is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldimage (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldimage_digest (
Optional[Sequence[str]]) – (experimental) imageDigest property. Specify an array of string values to match this event if the actual value of imageDigest is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldlast_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmemory (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmemory_reservation (
Optional[Sequence[str]]) – (experimental) memoryReservation property. Specify an array of string values to match this event if the actual value of memoryReservation is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldname (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldnetwork_bindings (
Optional[Sequence[Union[NetworkBindingDetails,Dict[str,Any]]]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldnetwork_interfaces (
Optional[Sequence[Union[NetworkInterfaceDetails,Dict[str,Any]]]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldreason (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldruntime_id (
Optional[Sequence[str]]) – (experimental) runtimeId property. Specify an array of string values to match this event if the actual value of runtimeId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtask_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events container_details = ecs_events.ECSTaskStateChange.ContainerDetails( container_arn=["containerArn"], cpu=["cpu"], exit_code=["exitCode"], gpu_ids=["gpuIds"], image=["image"], image_digest=["imageDigest"], last_status=["lastStatus"], memory=["memory"], memory_reservation=["memoryReservation"], name=["name"], network_bindings=[ecs_events.ECSTaskStateChange.NetworkBindingDetails( bind_ip=["bindIp"], container_port=["containerPort"], host_port=["hostPort"], protocol=["protocol"] )], network_interfaces=[ecs_events.ECSTaskStateChange.NetworkInterfaceDetails( attachment_id=["attachmentId"], ipv6_address=["ipv6Address"], private_ipv4_address=["privateIpv4Address"] )], reason=["reason"], runtime_id=["runtimeId"], task_arn=["taskArn"] )
Attributes
- container_arn
(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
- Stability:
experimental
- cpu
(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
- Stability:
experimental
- exit_code
(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
- Stability:
experimental
- gpu_ids
(experimental) gpuIds property.
Specify an array of string values to match this event if the actual value of gpuIds 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
- Stability:
experimental
- image
(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
- Stability:
experimental
- image_digest
(experimental) imageDigest property.
Specify an array of string values to match this event if the actual value of imageDigest 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
- Stability:
experimental
- last_status
(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
- Stability:
experimental
- memory
(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
- Stability:
experimental
- memory_reservation
(experimental) memoryReservation property.
Specify an array of string values to match this event if the actual value of memoryReservation 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
- Stability:
experimental
- name
(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
- Stability:
experimental
- network_bindings
(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
- Stability:
experimental
- network_interfaces
(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
- Stability:
experimental
- reason
(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
- Stability:
experimental
- runtime_id
(experimental) runtimeId property.
Specify an array of string values to match this event if the actual value of runtimeId 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
- Stability:
experimental
- task_arn
(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
- Stability:
experimental
Details
- class ECSTaskStateChange.Details(*, name=None, value=None)
Bases:
object(experimental) Type definition for details.
- Parameters:
name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldvalue (
Optional[Sequence[str]]) – (experimental) value property. Specify an array of string values to match this event if the actual value of value is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events details = ecs_events.ECSTaskStateChange.Details( name=["name"], value=["value"] )
Attributes
- name
(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
- Stability:
experimental
- value
(experimental) value property.
Specify an array of string values to match this event if the actual value of value 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
- Stability:
experimental
ECSTaskStateChangeProps
- class ECSTaskStateChange.ECSTaskStateChangeProps(*, attachments=None, attributes=None, availability_zone=None, cluster_arn=None, connectivity=None, connectivity_at=None, container_instance_arn=None, containers=None, cpu=None, created_at=None, desired_status=None, event_metadata=None, execution_stopped_at=None, group=None, last_status=None, launch_type=None, memory=None, overrides=None, platform_version=None, pull_started_at=None, pull_stopped_at=None, started_at=None, started_by=None, stop_code=None, stopped_at=None, stopped_reason=None, stopping_at=None, task_arn=None, task_definition_arn=None, updated_at=None, version=None)
Bases:
object(experimental) Props type for aws.ecs@ECSTaskStateChange event.
- Parameters:
attachments (
Optional[Sequence[Union[AttachmentDetails,Dict[str,Any]]]]) – (experimental) attachments property. Specify an array of string values to match this event if the actual value of attachments is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldattributes (
Optional[Sequence[Union[AttributesDetails,Dict[str,Any]]]]) – (experimental) attributes property. Specify an array of string values to match this event if the actual value of attributes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldavailability_zone (
Optional[Sequence[str]]) – (experimental) availabilityZone property. Specify an array of string values to match this event if the actual value of availabilityZone is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcluster_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Cluster referenceconnectivity (
Optional[Sequence[str]]) – (experimental) connectivity property. Specify an array of string values to match this event if the actual value of connectivity is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldconnectivity_at (
Optional[Sequence[str]]) – (experimental) connectivityAt property. Specify an array of string values to match this event if the actual value of connectivityAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontainer_instance_arn (
Optional[Sequence[str]]) – (experimental) containerInstanceArn property. Specify an array of string values to match this event if the actual value of containerInstanceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontainers (
Optional[Sequence[Union[ContainerDetails,Dict[str,Any]]]]) – (experimental) containers property. Specify an array of string values to match this event if the actual value of containers is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcpu (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcreated_at (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddesired_status (
Optional[Sequence[str]]) – (experimental) desiredStatus property. Specify an array of string values to match this event if the actual value of desiredStatus is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -execution_stopped_at (
Optional[Sequence[str]]) – (experimental) executionStoppedAt property. Specify an array of string values to match this event if the actual value of executionStoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldgroup (
Optional[Sequence[str]]) – (experimental) group property. Specify an array of string values to match this event if the actual value of group is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldlast_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldlaunch_type (
Optional[Sequence[str]]) – (experimental) launchType property. Specify an array of string values to match this event if the actual value of launchType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmemory (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldoverrides (
Union[Overrides,Dict[str,Any],None]) – (experimental) overrides property. Specify an array of string values to match this event if the actual value of overrides is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldplatform_version (
Optional[Sequence[str]]) – (experimental) platformVersion property. Specify an array of string values to match this event if the actual value of platformVersion is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpull_started_at (
Optional[Sequence[str]]) – (experimental) pullStartedAt property. Specify an array of string values to match this event if the actual value of pullStartedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpull_stopped_at (
Optional[Sequence[str]]) – (experimental) pullStoppedAt property. Specify an array of string values to match this event if the actual value of pullStoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstarted_at (
Optional[Sequence[str]]) – (experimental) startedAt property. Specify an array of string values to match this event if the actual value of startedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstarted_by (
Optional[Sequence[str]]) – (experimental) startedBy property. Specify an array of string values to match this event if the actual value of startedBy is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstop_code (
Optional[Sequence[str]]) – (experimental) stopCode property. Specify an array of string values to match this event if the actual value of stopCode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopped_at (
Optional[Sequence[str]]) – (experimental) stoppedAt property. Specify an array of string values to match this event if the actual value of stoppedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopped_reason (
Optional[Sequence[str]]) – (experimental) stoppedReason property. Specify an array of string values to match this event if the actual value of stoppedReason is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstopping_at (
Optional[Sequence[str]]) – (experimental) stoppingAt property. Specify an array of string values to match this event if the actual value of stoppingAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtask_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtask_definition_arn (
Optional[Sequence[str]]) – (experimental) taskDefinitionArn property. Specify an array of string values to match this event if the actual value of taskDefinitionArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldupdated_at (
Optional[Sequence[str]]) – (experimental) updatedAt property. Specify an array of string values to match this event if the actual value of updatedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events e_cSTask_state_change_props = ecs_events.ECSTaskStateChange.ECSTaskStateChangeProps( attachments=[ecs_events.ECSTaskStateChange.AttachmentDetails( details=ecs_events.ECSTaskStateChange.Details( name=["name"], value=["value"] ), id=["id"], status=["status"], type=["type"] )], attributes=[ecs_events.ECSTaskStateChange.AttributesDetails( name=["name"], value=["value"] )], availability_zone=["availabilityZone"], cluster_arn=["clusterArn"], connectivity=["connectivity"], connectivity_at=["connectivityAt"], container_instance_arn=["containerInstanceArn"], containers=[ecs_events.ECSTaskStateChange.ContainerDetails( container_arn=["containerArn"], cpu=["cpu"], exit_code=["exitCode"], gpu_ids=["gpuIds"], image=["image"], image_digest=["imageDigest"], last_status=["lastStatus"], memory=["memory"], memory_reservation=["memoryReservation"], name=["name"], network_bindings=[ecs_events.ECSTaskStateChange.NetworkBindingDetails( bind_ip=["bindIp"], container_port=["containerPort"], host_port=["hostPort"], protocol=["protocol"] )], network_interfaces=[ecs_events.ECSTaskStateChange.NetworkInterfaceDetails( attachment_id=["attachmentId"], ipv6_address=["ipv6Address"], private_ipv4_address=["privateIpv4Address"] )], reason=["reason"], runtime_id=["runtimeId"], task_arn=["taskArn"] )], cpu=["cpu"], created_at=["createdAt"], desired_status=["desiredStatus"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), execution_stopped_at=["executionStoppedAt"], group=["group"], last_status=["lastStatus"], launch_type=["launchType"], memory=["memory"], overrides=ecs_events.ECSTaskStateChange.Overrides( container_overrides=[ecs_events.ECSTaskStateChange.OverridesItem( command=["command"], cpu=["cpu"], environment=[{ "environment_key": "environment" }], memory=["memory"], name=["name"] )] ), platform_version=["platformVersion"], pull_started_at=["pullStartedAt"], pull_stopped_at=["pullStoppedAt"], started_at=["startedAt"], started_by=["startedBy"], stop_code=["stopCode"], stopped_at=["stoppedAt"], stopped_reason=["stoppedReason"], stopping_at=["stoppingAt"], task_arn=["taskArn"], task_definition_arn=["taskDefinitionArn"], updated_at=["updatedAt"], version=["version"] )
Attributes
- attachments
(experimental) attachments property.
Specify an array of string values to match this event if the actual value of attachments 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
- Stability:
experimental
- attributes
(experimental) attributes property.
Specify an array of string values to match this event if the actual value of attributes 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
- Stability:
experimental
- availability_zone
(experimental) availabilityZone property.
Specify an array of string values to match this event if the actual value of availabilityZone 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
- Stability:
experimental
- cluster_arn
(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
- Stability:
experimental
- connectivity
(experimental) connectivity property.
Specify an array of string values to match this event if the actual value of connectivity 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
- Stability:
experimental
- connectivity_at
(experimental) connectivityAt property.
Specify an array of string values to match this event if the actual value of connectivityAt 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
- Stability:
experimental
- container_instance_arn
(experimental) containerInstanceArn property.
Specify an array of string values to match this event if the actual value of containerInstanceArn 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
- Stability:
experimental
- containers
(experimental) containers property.
Specify an array of string values to match this event if the actual value of containers 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
- Stability:
experimental
- cpu
(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
- Stability:
experimental
- created_at
(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
- Stability:
experimental
- desired_status
(experimental) desiredStatus property.
Specify an array of string values to match this event if the actual value of desiredStatus 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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- execution_stopped_at
(experimental) executionStoppedAt property.
Specify an array of string values to match this event if the actual value of executionStoppedAt 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
- Stability:
experimental
- group
(experimental) group property.
Specify an array of string values to match this event if the actual value of group 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
- Stability:
experimental
- last_status
(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
- Stability:
experimental
- launch_type
(experimental) launchType property.
Specify an array of string values to match this event if the actual value of launchType 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
- Stability:
experimental
- memory
(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
- Stability:
experimental
- overrides
(experimental) overrides property.
Specify an array of string values to match this event if the actual value of overrides 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
- Stability:
experimental
- platform_version
(experimental) platformVersion property.
Specify an array of string values to match this event if the actual value of platformVersion 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
- Stability:
experimental
- pull_started_at
(experimental) pullStartedAt property.
Specify an array of string values to match this event if the actual value of pullStartedAt 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
- Stability:
experimental
- pull_stopped_at
(experimental) pullStoppedAt property.
Specify an array of string values to match this event if the actual value of pullStoppedAt 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
- Stability:
experimental
- started_at
(experimental) startedAt property.
Specify an array of string values to match this event if the actual value of startedAt 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
- Stability:
experimental
- started_by
(experimental) startedBy property.
Specify an array of string values to match this event if the actual value of startedBy 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
- Stability:
experimental
- stop_code
(experimental) stopCode property.
Specify an array of string values to match this event if the actual value of stopCode 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
- Stability:
experimental
- stopped_at
(experimental) stoppedAt property.
Specify an array of string values to match this event if the actual value of stoppedAt 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
- Stability:
experimental
- stopped_reason
(experimental) stoppedReason property.
Specify an array of string values to match this event if the actual value of stoppedReason 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
- Stability:
experimental
- stopping_at
(experimental) stoppingAt property.
Specify an array of string values to match this event if the actual value of stoppingAt 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
- Stability:
experimental
- task_arn
(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
- Stability:
experimental
- task_definition_arn
(experimental) taskDefinitionArn property.
Specify an array of string values to match this event if the actual value of taskDefinitionArn 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
- Stability:
experimental
- updated_at
(experimental) updatedAt property.
Specify an array of string values to match this event if the actual value of updatedAt 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
- Stability:
experimental
- version
(experimental) version property.
Specify an array of string values to match this event if the actual value of version 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
- Stability:
experimental
NetworkBindingDetails
- class ECSTaskStateChange.NetworkBindingDetails(*, bind_ip=None, container_port=None, host_port=None, protocol=None)
Bases:
object(experimental) Type definition for NetworkBindingDetails.
- Parameters:
bind_ip (
Optional[Sequence[str]]) – (experimental) bindIP property. Specify an array of string values to match this event if the actual value of bindIP is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontainer_port (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldhost_port (
Optional[Sequence[str]]) – (experimental) hostPort property. Specify an array of string values to match this event if the actual value of hostPort is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprotocol (
Optional[Sequence[str]]) – (experimental) protocol property. Specify an array of string values to match this event if the actual value of protocol is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events network_binding_details = ecs_events.ECSTaskStateChange.NetworkBindingDetails( bind_ip=["bindIp"], container_port=["containerPort"], host_port=["hostPort"], protocol=["protocol"] )
Attributes
- bind_ip
(experimental) bindIP property.
Specify an array of string values to match this event if the actual value of bindIP 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
- Stability:
experimental
- container_port
(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
- Stability:
experimental
- host_port
(experimental) hostPort property.
Specify an array of string values to match this event if the actual value of hostPort 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
- Stability:
experimental
- protocol
(experimental) protocol property.
Specify an array of string values to match this event if the actual value of protocol 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
- Stability:
experimental
NetworkInterfaceDetails
- class ECSTaskStateChange.NetworkInterfaceDetails(*, attachment_id=None, ipv6_address=None, private_ipv4_address=None)
Bases:
object(experimental) Type definition for NetworkInterfaceDetails.
- Parameters:
attachment_id (
Optional[Sequence[str]]) – (experimental) attachmentId property. Specify an array of string values to match this event if the actual value of attachmentId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldipv6_address (
Optional[Sequence[str]]) – (experimental) ipv6Address property. Specify an array of string values to match this event if the actual value of ipv6Address is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprivate_ipv4_address (
Optional[Sequence[str]]) – (experimental) privateIpv4Address property. Specify an array of string values to match this event if the actual value of privateIpv4Address is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events network_interface_details = ecs_events.ECSTaskStateChange.NetworkInterfaceDetails( attachment_id=["attachmentId"], ipv6_address=["ipv6Address"], private_ipv4_address=["privateIpv4Address"] )
Attributes
- attachment_id
(experimental) attachmentId property.
Specify an array of string values to match this event if the actual value of attachmentId 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
- Stability:
experimental
- ipv6_address
(experimental) ipv6Address property.
Specify an array of string values to match this event if the actual value of ipv6Address 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
- Stability:
experimental
- private_ipv4_address
(experimental) privateIpv4Address property.
Specify an array of string values to match this event if the actual value of privateIpv4Address 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
- Stability:
experimental
Overrides
- class ECSTaskStateChange.Overrides(*, container_overrides=None)
Bases:
object(experimental) Type definition for Overrides.
- Parameters:
container_overrides (
Optional[Sequence[Union[OverridesItem,Dict[str,Any]]]]) – (experimental) containerOverrides property. Specify an array of string values to match this event if the actual value of containerOverrides is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events overrides = ecs_events.ECSTaskStateChange.Overrides( container_overrides=[ecs_events.ECSTaskStateChange.OverridesItem( command=["command"], cpu=["cpu"], environment=[{ "environment_key": "environment" }], memory=["memory"], name=["name"] )] )
Attributes
- container_overrides
(experimental) containerOverrides property.
Specify an array of string values to match this event if the actual value of containerOverrides 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
- Stability:
experimental
OverridesItem
- class ECSTaskStateChange.OverridesItem(*, command=None, cpu=None, environment=None, memory=None, name=None)
Bases:
object(experimental) Type definition for OverridesItem.
- Parameters:
command (
Optional[Sequence[str]]) – (experimental) command property. Specify an array of string values to match this event if the actual value of command is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcpu (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldenvironment (
Optional[Sequence[Mapping[str,str]]]) – (experimental) environment property. Specify an array of string values to match this event if the actual value of environment is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmemory (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldname (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ecs import events as ecs_events overrides_item = ecs_events.ECSTaskStateChange.OverridesItem( command=["command"], cpu=["cpu"], environment=[{ "environment_key": "environment" }], memory=["memory"], name=["name"] )
Attributes
- command
(experimental) command property.
Specify an array of string values to match this event if the actual value of command 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
- Stability:
experimental
- cpu
(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
- Stability:
experimental
- environment
(experimental) environment property.
Specify an array of string values to match this event if the actual value of environment 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
- Stability:
experimental
- memory
(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
- Stability:
experimental
- name
(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
- Stability:
experimental