Show / Hide Table of Contents

Interface ECSContainerInstanceStateChange.IECSContainerInstanceStateChangeProps

(experimental) Props type for aws.ecs@ECSContainerInstanceStateChange event.

Namespace: Amazon.CDK.Mixins.Preview.AWS.ECS.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ECSContainerInstanceStateChange.IECSContainerInstanceStateChangeProps
Syntax (vb)
Public Interface ECSContainerInstanceStateChange.IECSContainerInstanceStateChangeProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ECS.Events;

             var eCSContainerInstanceStateChangeProps = new ECSContainerInstanceStateChangeProps {
                 AccountType = new [] { "accountType" },
                 AgentConnected = new [] { "agentConnected" },
                 AgentUpdateStatus = new [] { "agentUpdateStatus" },
                 Attachments = new [] { new AttachmentDetails {
                     Details = new [] { new DetailsItems {
                         Name = new [] { "name" },
                         Value = new [] { "value" }
                     } },
                     Id = new [] { "id" },
                     Status = new [] { "status" },
                     Type = new [] { "type" }
                 } },
                 Attributes = new [] { new AttributesDetails {
                     Name = new [] { "name" },
                     Value = new [] { "value" }
                 } },
                 ClusterArn = new [] { "clusterArn" },
                 ContainerInstanceArn = new [] { "containerInstanceArn" },
                 Ec2InstanceId = new [] { "ec2InstanceId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 PendingTasksCount = new [] { "pendingTasksCount" },
                 RegisteredAt = new [] { "registeredAt" },
                 RegisteredResources = new [] { new ResourceDetails {
                     DoubleValue = new [] { "doubleValue" },
                     IntegerValue = new [] { "integerValue" },
                     LongValue = new [] { "longValue" },
                     Name = new [] { "name" },
                     StringSetValue = new [] { "stringSetValue" },
                     Type = new [] { "type" }
                 } },
                 RemainingResources = new [] { new ResourceDetails {
                     DoubleValue = new [] { "doubleValue" },
                     IntegerValue = new [] { "integerValue" },
                     LongValue = new [] { "longValue" },
                     Name = new [] { "name" },
                     StringSetValue = new [] { "stringSetValue" },
                     Type = new [] { "type" }
                 } },
                 RunningTasksCount = new [] { "runningTasksCount" },
                 Status = new [] { "status" },
                 StatusReason = new [] { "statusReason" },
                 UpdatedAt = new [] { "updatedAt" },
                 Version = new [] { "version" },
                 VersionInfo = new VersionInfo {
                     AgentHash = new [] { "agentHash" },
                     AgentVersion = new [] { "agentVersion" },
                     DockerVersion = new [] { "dockerVersion" }
                 }
             };

Synopsis

Properties

AccountType

(experimental) accountType property.

AgentConnected

(experimental) agentConnected property.

AgentUpdateStatus

(experimental) agentUpdateStatus property.

Attachments

(experimental) attachments property.

Attributes

(experimental) attributes property.

ClusterArn

(experimental) clusterArn property.

ContainerInstanceArn

(experimental) containerInstanceArn property.

Ec2InstanceId

(experimental) ec2InstanceId property.

EventMetadata

(experimental) EventBridge event metadata.

PendingTasksCount

(experimental) pendingTasksCount property.

RegisteredAt

(experimental) registeredAt property.

RegisteredResources

(experimental) registeredResources property.

RemainingResources

(experimental) remainingResources property.

RunningTasksCount

(experimental) runningTasksCount property.

Status

(experimental) status property.

StatusReason

(experimental) statusReason property.

UpdatedAt

(experimental) updatedAt property.

Version

(experimental) version property.

VersionInfo

(experimental) versionInfo property.

Properties

AccountType

(experimental) accountType property.

string[]? AccountType { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of accountType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

AgentConnected

(experimental) agentConnected property.

string[]? AgentConnected { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of agentConnected is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

AgentUpdateStatus

(experimental) agentUpdateStatus property.

string[]? AgentUpdateStatus { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of agentUpdateStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Attachments

(experimental) attachments property.

ECSContainerInstanceStateChange.IAttachmentDetails[]? Attachments { get; }
Property Value

IAttachmentDetails[]

Remarks

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.

Default: - Do not filter on this field

Stability: Experimental

Attributes

(experimental) attributes property.

ECSContainerInstanceStateChange.IAttributesDetails[]? Attributes { get; }
Property Value

IAttributesDetails[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ClusterArn

(experimental) clusterArn property.

string[]? ClusterArn { get; }
Property Value

string[]

Remarks

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.

Default: - Filter with the Cluster reference

Stability: Experimental

ContainerInstanceArn

(experimental) containerInstanceArn property.

string[]? ContainerInstanceArn { get; }
Property Value

string[]

Remarks

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.

Default: - Do not filter on this field

Stability: Experimental

Ec2InstanceId

(experimental) ec2InstanceId property.

string[]? Ec2InstanceId { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of ec2InstanceId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

IAWSEventMetadataProps? EventMetadata { get; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

PendingTasksCount

(experimental) pendingTasksCount property.

string[]? PendingTasksCount { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of pendingTasksCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RegisteredAt

(experimental) registeredAt property.

string[]? RegisteredAt { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of registeredAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RegisteredResources

(experimental) registeredResources property.

ECSContainerInstanceStateChange.IResourceDetails[]? RegisteredResources { get; }
Property Value

IResourceDetails[]

Remarks

Specify an array of string values to match this event if the actual value of registeredResources is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RemainingResources

(experimental) remainingResources property.

ECSContainerInstanceStateChange.IResourceDetails[]? RemainingResources { get; }
Property Value

IResourceDetails[]

Remarks

Specify an array of string values to match this event if the actual value of remainingResources is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RunningTasksCount

(experimental) runningTasksCount property.

string[]? RunningTasksCount { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of runningTasksCount is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Status

(experimental) status property.

string[]? Status { get; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

StatusReason

(experimental) statusReason property.

string[]? StatusReason { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of statusReason is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

UpdatedAt

(experimental) updatedAt property.

string[]? UpdatedAt { get; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Version

(experimental) version property.

string[]? Version { get; }
Property Value

string[]

Remarks

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.

Default: - Do not filter on this field

Stability: Experimental

VersionInfo

(experimental) versionInfo property.

ECSContainerInstanceStateChange.IVersionInfo? VersionInfo { get; }
Property Value

ECSContainerInstanceStateChange.IVersionInfo

Remarks

Specify an array of string values to match this event if the actual value of versionInfo is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Back to top Generated by DocFX