Class ECSContainerInstanceStateChange.ECSContainerInstanceStateChangeProps
(experimental) Props type for aws.ecs@ECSContainerInstanceStateChange event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECS.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ECSContainerInstanceStateChange.ECSContainerInstanceStateChangeProps : ECSContainerInstanceStateChange.IECSContainerInstanceStateChangeProps
Syntax (vb)
Public Class ECSContainerInstanceStateChange.ECSContainerInstanceStateChangeProps Implements 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
Constructors
| ECSContainerInstanceStateChangeProps() | (experimental) Props type for aws.ecs@ECSContainerInstanceStateChange event. |
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. |
Constructors
ECSContainerInstanceStateChangeProps()
(experimental) Props type for aws.ecs@ECSContainerInstanceStateChange event.
public ECSContainerInstanceStateChangeProps()
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" }
}
};
Properties
AccountType
(experimental) accountType property.
public string[]? AccountType { get; set; }
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.
public string[]? AgentConnected { get; set; }
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.
public string[]? AgentUpdateStatus { get; set; }
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.
public ECSContainerInstanceStateChange.IAttachmentDetails[]? Attachments { get; set; }
Property Value
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.
public ECSContainerInstanceStateChange.IAttributesDetails[]? Attributes { get; set; }
Property Value
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.
public string[]? ClusterArn { get; set; }
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.
public string[]? ContainerInstanceArn { get; set; }
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.
public string[]? Ec2InstanceId { get; set; }
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.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
PendingTasksCount
(experimental) pendingTasksCount property.
public string[]? PendingTasksCount { get; set; }
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.
public string[]? RegisteredAt { get; set; }
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.
public ECSContainerInstanceStateChange.IResourceDetails[]? RegisteredResources { get; set; }
Property Value
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.
public ECSContainerInstanceStateChange.IResourceDetails[]? RemainingResources { get; set; }
Property Value
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.
public string[]? RunningTasksCount { get; set; }
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.
public string[]? Status { get; set; }
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.
public string[]? StatusReason { get; set; }
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.
public string[]? UpdatedAt { get; set; }
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.
public string[]? Version { get; set; }
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.
public ECSContainerInstanceStateChange.IVersionInfo? VersionInfo { get; set; }
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