Interface ClusterEvents.ECSContainerInstanceStateChange.IResourceDetails
(experimental) Type definition for ResourceDetails.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECS.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ClusterEvents.ECSContainerInstanceStateChange.IResourceDetails
Syntax (vb)
Public Interface ClusterEvents.ECSContainerInstanceStateChange.IResourceDetails
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 resourceDetails = new ResourceDetails {
DoubleValue = new [] { "doubleValue" },
IntegerValue = new [] { "integerValue" },
LongValue = new [] { "longValue" },
Name = new [] { "name" },
StringSetValue = new [] { "stringSetValue" },
Type = new [] { "type" }
};
Synopsis
Properties
| DoubleValue | (experimental) doubleValue property. |
| IntegerValue | (experimental) integerValue property. |
| LongValue | (experimental) longValue property. |
| Name | (experimental) name property. |
| StringSetValue | (experimental) stringSetValue property. |
| Type | (experimental) type property. |
Properties
DoubleValue
(experimental) doubleValue property.
string[]? DoubleValue { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of doubleValue 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
IntegerValue
(experimental) integerValue property.
string[]? IntegerValue { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of integerValue 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
LongValue
(experimental) longValue property.
string[]? LongValue { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of longValue 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
Name
(experimental) name property.
string[]? Name { get; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
StringSetValue
(experimental) stringSetValue property.
string[]? StringSetValue { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of stringSetValue 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
Type
(experimental) type property.
string[]? Type { get; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental