Class LaunchTemplateMetadataOptionsOutputReference

  • 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.645Z")
    @Stability(Stable)
    public class LaunchTemplateMetadataOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • LaunchTemplateMetadataOptionsOutputReference

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

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

        @Stability(Stable)
        public LaunchTemplateMetadataOptionsOutputReference​(@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

      • resetHttpEndpoint

        @Stability(Stable)
        public void resetHttpEndpoint()
      • resetHttpProtocolIpv6

        @Stability(Stable)
        public void resetHttpProtocolIpv6()
      • resetHttpPutResponseHopLimit

        @Stability(Stable)
        public void resetHttpPutResponseHopLimit()
      • resetHttpTokens

        @Stability(Stable)
        public void resetHttpTokens()
      • resetInstanceMetadataTags

        @Stability(Stable)
        public void resetInstanceMetadataTags()
      • getHttpEndpointInput

        @Stability(Stable)
        @Nullable
        public String getHttpEndpointInput()
      • getHttpProtocolIpv6Input

        @Stability(Stable)
        @Nullable
        public String getHttpProtocolIpv6Input()
      • getHttpPutResponseHopLimitInput

        @Stability(Stable)
        @Nullable
        public Number getHttpPutResponseHopLimitInput()
      • getHttpTokensInput

        @Stability(Stable)
        @Nullable
        public String getHttpTokensInput()
      • getInstanceMetadataTagsInput

        @Stability(Stable)
        @Nullable
        public String getInstanceMetadataTagsInput()
      • getHttpEndpoint

        @Stability(Stable)
        @NotNull
        public String getHttpEndpoint()
      • setHttpEndpoint

        @Stability(Stable)
        public void setHttpEndpoint​(@NotNull
                                    String value)
      • getHttpProtocolIpv6

        @Stability(Stable)
        @NotNull
        public String getHttpProtocolIpv6()
      • setHttpProtocolIpv6

        @Stability(Stable)
        public void setHttpProtocolIpv6​(@NotNull
                                        String value)
      • getHttpPutResponseHopLimit

        @Stability(Stable)
        @NotNull
        public Number getHttpPutResponseHopLimit()
      • setHttpPutResponseHopLimit

        @Stability(Stable)
        public void setHttpPutResponseHopLimit​(@NotNull
                                               Number value)
      • getHttpTokens

        @Stability(Stable)
        @NotNull
        public String getHttpTokens()
      • setHttpTokens

        @Stability(Stable)
        public void setHttpTokens​(@NotNull
                                  String value)
      • getInstanceMetadataTags

        @Stability(Stable)
        @NotNull
        public String getInstanceMetadataTags()
      • setInstanceMetadataTags

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