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