Interface CfnCapacityReservationPropsMixin.CapacityAssignmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCapacityReservationPropsMixin.CapacityAssignmentProperty.Jsii$Proxy
- Enclosing class:
CfnCapacityReservationPropsMixin
@Stability(Stable)
public static interface CfnCapacityReservationPropsMixin.CapacityAssignmentProperty
extends software.amazon.jsii.JsiiSerializable
A mapping between one or more workgroups and a capacity reservation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.athena.*;
CapacityAssignmentProperty capacityAssignmentProperty = CapacityAssignmentProperty.builder()
.workgroupNames(List.of("workgroupNames"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCapacityReservationPropsMixin.CapacityAssignmentProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The list of workgroup names for the capacity assignment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getWorkgroupNames
The list of workgroup names for the capacity assignment.- See Also:
-
builder
@Stability(Stable) static CfnCapacityReservationPropsMixin.CapacityAssignmentProperty.Builder builder()
-