Class InstanceEvents.AWSAPICallViaCloudTrail.InstancesSet1Item
(experimental) Type definition for InstancesSet_1Item.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class InstanceEvents.AWSAPICallViaCloudTrail.InstancesSet1Item : InstanceEvents.AWSAPICallViaCloudTrail.IInstancesSet1Item
Syntax (vb)
Public Class InstanceEvents.AWSAPICallViaCloudTrail.InstancesSet1Item Implements InstanceEvents.AWSAPICallViaCloudTrail.IInstancesSet1Item
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.EC2.Events;
var instancesSet1Item = new InstancesSet1Item {
ImageId = new [] { "imageId" },
InstanceId = new [] { "instanceId" },
MaxCount = new [] { "maxCount" },
MinCount = new [] { "minCount" }
};
Synopsis
Constructors
| InstancesSet1Item() | (experimental) Type definition for InstancesSet_1Item. |
Properties
| ImageId | (experimental) imageId property. |
| InstanceId | (experimental) instanceId property. |
| MaxCount | (experimental) maxCount property. |
| MinCount | (experimental) minCount property. |
Constructors
InstancesSet1Item()
(experimental) Type definition for InstancesSet_1Item.
public InstancesSet1Item()
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.EC2.Events;
var instancesSet1Item = new InstancesSet1Item {
ImageId = new [] { "imageId" },
InstanceId = new [] { "instanceId" },
MaxCount = new [] { "maxCount" },
MinCount = new [] { "minCount" }
};
Properties
ImageId
(experimental) imageId property.
public string[]? ImageId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of imageId 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
InstanceId
(experimental) instanceId property.
public string[]? InstanceId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of instanceId 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
MaxCount
(experimental) maxCount property.
public string[]? MaxCount { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of maxCount 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
MinCount
(experimental) minCount property.
public string[]? MinCount { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of minCount 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