interface ResponseElementsItem
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECS.Events.ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItem |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecs/events#ClusterEvents_AWSAPICallViaCloudTrail_ResponseElementsItem |
Java | software.amazon.awscdk.mixins.preview.services.ecs.events.ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItem |
Python | aws_cdk.mixins_preview.aws_ecs.events.ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItem |
TypeScript | @aws-cdk/mixins-preview ยป aws_ecs ยป events ยป ClusterEvents ยป AWSAPICallViaCloudTrail ยป ResponseElementsItem |
Type definition for ResponseElementsItem.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as ecs_events } from '@aws-cdk/mixins-preview/aws-ecs';
declare const environment: any;
declare const inferenceAcceleratorOverrides: any;
declare const networkInterfaces: any;
declare const resourceRequirements: any;
declare const tags: any;
const responseElementsItem: ecs_events.ClusterEvents.AWSAPICallViaCloudTrail.ResponseElementsItem = {
attachments: [{
details: [{
name: ['name'],
value: ['value'],
}],
id: ['id'],
status: ['status'],
type: ['type'],
}],
clusterArn: ['clusterArn'],
containerInstanceArn: ['containerInstanceArn'],
containers: [{
containerArn: ['containerArn'],
cpu: ['cpu'],
image: ['image'],
lastStatus: ['lastStatus'],
memory: ['memory'],
name: ['name'],
networkInterfaces: [networkInterfaces],
taskArn: ['taskArn'],
}],
cpu: ['cpu'],
createdAt: ['createdAt'],
desiredStatus: ['desiredStatus'],
group: ['group'],
lastStatus: ['lastStatus'],
launchType: ['launchType'],
memory: ['memory'],
overrides: {
containerOverrides: [{
command: ['command'],
cpu: ['cpu'],
environment: [environment],
memory: ['memory'],
name: ['name'],
resourceRequirements: [resourceRequirements],
}],
inferenceAcceleratorOverrides: [inferenceAcceleratorOverrides],
},
platformVersion: ['platformVersion'],
startedBy: ['startedBy'],
tags: [tags],
taskArn: ['taskArn'],
taskDefinitionArn: ['taskDefinitionArn'],
version: ['version'],
};
Properties
| Name | Type | Description |
|---|---|---|
| attachments? | Response[] | attachments property. |
| cluster | string[] | clusterArn property. |
| container | string[] | containerInstanceArn property. |
| containers? | Response[] | containers property. |
| cpu? | string[] | cpu property. |
| created | string[] | createdAt property. |
| desired | string[] | desiredStatus property. |
| group? | string[] | group property. |
| last | string[] | lastStatus property. |
| launch | string[] | launchType property. |
| memory? | string[] | memory property. |
| overrides? | Overrides1 | overrides property. |
| platform | string[] | platformVersion property. |
| started | string[] | startedBy property. |
| tags? | any[] | tags property. |
| task | string[] | taskArn property. |
| task | string[] | taskDefinitionArn property. |
| version? | string[] | version property. |
attachments?
Type:
Response[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
clusterArn?
Type:
string[]
(optional, default: Filter with the Cluster reference)
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.Match for more advanced matching options.
containerInstanceArn?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
containers?
Type:
Response[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
cpu?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
createdAt?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
desiredStatus?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
group?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
lastStatus?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
launchType?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
memory?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
overrides?
Type:
Overrides1
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
platformVersion?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
startedBy?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
tags?
Type:
any[]
(optional, default: Do not filter on this field)
tags property.
Specify an array of string values to match this event if the actual value of tags is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
taskArn?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
taskDefinitionArn?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.
version?
Type:
string[]
(optional, default: Do not filter on this field)
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.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript