Interface CfnCapacityReservation.CapacityAssignmentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCapacityReservation.CapacityAssignmentProperty.Jsii$Proxy
Enclosing class:
CfnCapacityReservation

@Stability(Stable) public static interface CfnCapacityReservation.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.services.athena.*;
 CapacityAssignmentProperty capacityAssignmentProperty = CapacityAssignmentProperty.builder()
         .workgroupNames(List.of("workgroupNames"))
         .build();
 

See Also: