Class ComputeInstanceShieldedInstanceConfigOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.479Z")
    @Stability(Stable)
    public class ComputeInstanceShieldedInstanceConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComputeInstanceShieldedInstanceConfigOutputReference

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

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

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

      • resetEnableIntegrityMonitoring

        @Stability(Stable)
        public void resetEnableIntegrityMonitoring()
      • resetEnableSecureBoot

        @Stability(Stable)
        public void resetEnableSecureBoot()
      • resetEnableVtpm

        @Stability(Stable)
        public void resetEnableVtpm()
      • getEnableIntegrityMonitoringInput

        @Stability(Stable)
        @Nullable
        public Object getEnableIntegrityMonitoringInput()
      • getEnableSecureBootInput

        @Stability(Stable)
        @Nullable
        public Object getEnableSecureBootInput()
      • getEnableVtpmInput

        @Stability(Stable)
        @Nullable
        public Object getEnableVtpmInput()
      • getEnableIntegrityMonitoring

        @Stability(Stable)
        @NotNull
        public Object getEnableIntegrityMonitoring()
      • setEnableIntegrityMonitoring

        @Stability(Stable)
        public void setEnableIntegrityMonitoring​(@NotNull
                                                 Boolean value)
      • setEnableIntegrityMonitoring

        @Stability(Stable)
        public void setEnableIntegrityMonitoring​(@NotNull
                                                 com.hashicorp.cdktf.IResolvable value)
      • getEnableSecureBoot

        @Stability(Stable)
        @NotNull
        public Object getEnableSecureBoot()
      • setEnableSecureBoot

        @Stability(Stable)
        public void setEnableSecureBoot​(@NotNull
                                        Boolean value)
      • setEnableSecureBoot

        @Stability(Stable)
        public void setEnableSecureBoot​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)
      • getEnableVtpm

        @Stability(Stable)
        @NotNull
        public Object getEnableVtpm()
      • setEnableVtpm

        @Stability(Stable)
        public void setEnableVtpm​(@NotNull
                                  Boolean value)
      • setEnableVtpm

        @Stability(Stable)
        public void setEnableVtpm​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)