Show / Hide Table of Contents

Class AWSAPICallViaCloudTrail.ExistingInstances

(experimental) Type definition for ExistingInstances.

Inheritance
object
AWSAPICallViaCloudTrail.ExistingInstances
Implements
AWSAPICallViaCloudTrail.IExistingInstances
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.ExistingInstances : AWSAPICallViaCloudTrail.IExistingInstances
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.ExistingInstances Implements AWSAPICallViaCloudTrail.IExistingInstances
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 existingInstances = new ExistingInstances {
                 AvailabilityZone = new [] { "availabilityZone" },
                 Count = new [] { "count" },
                 InstanceType = new [] { "instanceType" },
                 MarketOption = new [] { "marketOption" },
                 OperatingSystem = new [] { "operatingSystem" },
                 Tag = new [] { "tag" }
             };

Synopsis

Constructors

ExistingInstances()

(experimental) Type definition for ExistingInstances.

Properties

AvailabilityZone

(experimental) AvailabilityZone property.

Count

(experimental) Count property.

InstanceType

(experimental) InstanceType property.

MarketOption

(experimental) MarketOption property.

OperatingSystem

(experimental) OperatingSystem property.

Tag

(experimental) tag property.

Constructors

ExistingInstances()

(experimental) Type definition for ExistingInstances.

public ExistingInstances()
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 existingInstances = new ExistingInstances {
                 AvailabilityZone = new [] { "availabilityZone" },
                 Count = new [] { "count" },
                 InstanceType = new [] { "instanceType" },
                 MarketOption = new [] { "marketOption" },
                 OperatingSystem = new [] { "operatingSystem" },
                 Tag = new [] { "tag" }
             };

Properties

AvailabilityZone

(experimental) AvailabilityZone property.

public string[]? AvailabilityZone { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of AvailabilityZone 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

Count

(experimental) Count property.

public string[]? Count { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of Count 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

InstanceType

(experimental) InstanceType property.

public string[]? InstanceType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of InstanceType 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

MarketOption

(experimental) MarketOption property.

public string[]? MarketOption { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of MarketOption 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

OperatingSystem

(experimental) OperatingSystem property.

public string[]? OperatingSystem { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of OperatingSystem 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

Tag

(experimental) tag property.

public string[]? Tag { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of tag 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

Implements

AWSAPICallViaCloudTrail.IExistingInstances
Back to top Generated by DocFX