Interface ComputeInstanceShieldedInstanceConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeInstanceShieldedInstanceConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.479Z")
    @Stability(Stable)
    public interface ComputeInstanceShieldedInstanceConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEnableIntegrityMonitoring

        @Stability(Stable)
        @Nullable
        default Object getEnableIntegrityMonitoring()
        Whether integrity monitoring is enabled for the instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#enable_integrity_monitoring ComputeInstance#enable_integrity_monitoring}

      • getEnableSecureBoot

        @Stability(Stable)
        @Nullable
        default Object getEnableSecureBoot()
        Whether secure boot is enabled for the instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#enable_secure_boot ComputeInstance#enable_secure_boot}

      • getEnableVtpm

        @Stability(Stable)
        @Nullable
        default Object getEnableVtpm()
        Whether the instance uses vTPM.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#enable_vtpm ComputeInstance#enable_vtpm}