Interface CfnCapacityReservationPropsMixin.CommitmentInfoProperty

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

@Stability(Stable) public static interface CfnCapacityReservationPropsMixin.CommitmentInfoProperty extends software.amazon.jsii.JsiiSerializable
Information about your commitment for a future-dated 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.ec2.*;
 CommitmentInfoProperty commitmentInfoProperty = CommitmentInfoProperty.builder()
         .commitmentEndDate("commitmentEndDate")
         .committedInstanceCount(123)
         .build();
 

See Also: