Interface AWSAPICallViaCloudTrail.IInstancesDistribution
(experimental) Type definition for InstancesDistribution.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface AWSAPICallViaCloudTrail.IInstancesDistribution
Syntax (vb)
Public Interface AWSAPICallViaCloudTrail.IInstancesDistribution
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.AutoScaling.Events;
var instancesDistribution = new InstancesDistribution {
OnDemandAllocationStrategy = new [] { "onDemandAllocationStrategy" },
OnDemandBaseCapacity = new [] { "onDemandBaseCapacity" },
OnDemandPercentageAboveBaseCapacity = new [] { "onDemandPercentageAboveBaseCapacity" },
SpotAllocationStrategy = new [] { "spotAllocationStrategy" },
SpotInstancePools = new [] { "spotInstancePools" }
};
Synopsis
Properties
| OnDemandAllocationStrategy | (experimental) onDemandAllocationStrategy property. |
| OnDemandBaseCapacity | (experimental) onDemandBaseCapacity property. |
| OnDemandPercentageAboveBaseCapacity | (experimental) onDemandPercentageAboveBaseCapacity property. |
| SpotAllocationStrategy | (experimental) spotAllocationStrategy property. |
| SpotInstancePools | (experimental) spotInstancePools property. |
Properties
OnDemandAllocationStrategy
(experimental) onDemandAllocationStrategy property.
string[]? OnDemandAllocationStrategy { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of onDemandAllocationStrategy 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
OnDemandBaseCapacity
(experimental) onDemandBaseCapacity property.
string[]? OnDemandBaseCapacity { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of onDemandBaseCapacity 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
OnDemandPercentageAboveBaseCapacity
(experimental) onDemandPercentageAboveBaseCapacity property.
string[]? OnDemandPercentageAboveBaseCapacity { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of onDemandPercentageAboveBaseCapacity 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
SpotAllocationStrategy
(experimental) spotAllocationStrategy property.
string[]? SpotAllocationStrategy { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of spotAllocationStrategy 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
SpotInstancePools
(experimental) spotInstancePools property.
string[]? SpotInstancePools { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of spotInstancePools 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