GetLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget constructor
const
GetLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget({})
Creates a new GetLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget.
capacityReservationId Required.
capacityReservationResourceGroupArn Required.
Implementation
const GetLaunchTemplateCapacityReservationSpecificationCapacityReservationTarget({
required this.capacityReservationId,
required this.capacityReservationResourceGroupArn,
});