Interface InstanceEvents.AWSAPICallViaCloudTrail.OnDemandOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.OnDemandOptions.Jsii$Proxy
- Enclosing class:
InstanceEvents.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.ec2.events.*;
OnDemandOptions onDemandOptions = OnDemandOptions.builder()
.allocationStrategy(List.of("allocationStrategy"))
.instancePoolConstraintFilterDisabled(List.of("instancePoolConstraintFilterDisabled"))
.maxInstanceCount(List.of("maxInstanceCount"))
.maxTargetCapacity(List.of("maxTargetCapacity"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInstanceEvents.AWSAPICallViaCloudTrail.OnDemandOptionsstatic final classAn implementation forInstanceEvents.AWSAPICallViaCloudTrail.OnDemandOptions -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) AllocationStrategy property.(experimental) InstancePoolConstraintFilterDisabled property.(experimental) MaxInstanceCount property.(experimental) MaxTargetCapacity property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllocationStrategy
(experimental) AllocationStrategy property.Specify an array of string values to match this event if the actual value of AllocationStrategy 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
-
getInstancePoolConstraintFilterDisabled
(experimental) InstancePoolConstraintFilterDisabled property.Specify an array of string values to match this event if the actual value of InstancePoolConstraintFilterDisabled 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
-
getMaxInstanceCount
(experimental) MaxInstanceCount property.Specify an array of string values to match this event if the actual value of MaxInstanceCount 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
-
getMaxTargetCapacity
(experimental) MaxTargetCapacity property.Specify an array of string values to match this event if the actual value of MaxTargetCapacity 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
@Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.OnDemandOptions.Builder builder()
-