Class LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.631Z")
    @Stability(Stable)
    public class LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference

        protected LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference

        protected LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference

        @Stability(Stable)
        public LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetOutputReference​(@NotNull
                                                                                                      com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                      @NotNull
                                                                                                      String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCapacityReservationId

        @Stability(Stable)
        public void resetCapacityReservationId()
      • resetCapacityReservationResourceGroupArn

        @Stability(Stable)
        public void resetCapacityReservationResourceGroupArn()
      • getCapacityReservationIdInput

        @Stability(Stable)
        @Nullable
        public String getCapacityReservationIdInput()
      • getCapacityReservationResourceGroupArnInput

        @Stability(Stable)
        @Nullable
        public String getCapacityReservationResourceGroupArnInput()
      • getCapacityReservationId

        @Stability(Stable)
        @NotNull
        public String getCapacityReservationId()
      • setCapacityReservationId

        @Stability(Stable)
        public void setCapacityReservationId​(@NotNull
                                             String value)
      • getCapacityReservationResourceGroupArn

        @Stability(Stable)
        @NotNull
        public String getCapacityReservationResourceGroupArn()
      • setCapacityReservationResourceGroupArn

        @Stability(Stable)
        public void setCapacityReservationResourceGroupArn​(@NotNull
                                                           String value)