Interface AWSAPICallViaCloudTrail.InstancesDistribution
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.InstancesDistribution.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.autoscaling.events.*;
InstancesDistribution instancesDistribution = InstancesDistribution.builder()
.onDemandAllocationStrategy(List.of("onDemandAllocationStrategy"))
.onDemandBaseCapacity(List.of("onDemandBaseCapacity"))
.onDemandPercentageAboveBaseCapacity(List.of("onDemandPercentageAboveBaseCapacity"))
.spotAllocationStrategy(List.of("spotAllocationStrategy"))
.spotInstancePools(List.of("spotInstancePools"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.InstancesDistributionstatic final classAn implementation forAWSAPICallViaCloudTrail.InstancesDistribution -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) onDemandAllocationStrategy property.(experimental) onDemandBaseCapacity property.(experimental) onDemandPercentageAboveBaseCapacity property.(experimental) spotAllocationStrategy property.(experimental) spotInstancePools property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOnDemandAllocationStrategy
(experimental) onDemandAllocationStrategy property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOnDemandBaseCapacity
(experimental) onDemandBaseCapacity property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOnDemandPercentageAboveBaseCapacity
(experimental) onDemandPercentageAboveBaseCapacity property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSpotAllocationStrategy
(experimental) spotAllocationStrategy property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSpotInstancePools
(experimental) spotInstancePools property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-