Interface InstanceEvents.AWSAPICallViaCloudTrail.TargetCapacitySpecification
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.TargetCapacitySpecification.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.*;
TargetCapacitySpecification targetCapacitySpecification = TargetCapacitySpecification.builder()
.defaultTargetCapacityType(List.of("defaultTargetCapacityType"))
.onDemandTargetCapacity(List.of("onDemandTargetCapacity"))
.spotTargetCapacity(List.of("spotTargetCapacity"))
.totalTargetCapacity(List.of("totalTargetCapacity"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forInstanceEvents.AWSAPICallViaCloudTrail.TargetCapacitySpecification -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) DefaultTargetCapacityType property.(experimental) OnDemandTargetCapacity property.(experimental) SpotTargetCapacity property.(experimental) TotalTargetCapacity property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultTargetCapacityType
(experimental) DefaultTargetCapacityType property.Specify an array of string values to match this event if the actual value of DefaultTargetCapacityType 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
-
getOnDemandTargetCapacity
(experimental) OnDemandTargetCapacity property.Specify an array of string values to match this event if the actual value of OnDemandTargetCapacity 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
-
getSpotTargetCapacity
(experimental) SpotTargetCapacity property.Specify an array of string values to match this event if the actual value of SpotTargetCapacity 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
-
getTotalTargetCapacity
(experimental) TotalTargetCapacity property.Specify an array of string values to match this event if the actual value of TotalTargetCapacity 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.TargetCapacitySpecification.Builder builder()
-