Interface ComputeInstanceTemplateShieldedInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateShieldedInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.571Z") @Stability(Stable) public interface ComputeInstanceTemplateShieldedInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateShieldedInstanceConfig.BuilderA builder forComputeInstanceTemplateShieldedInstanceConfigstatic classComputeInstanceTemplateShieldedInstanceConfig.Jsii$ProxyAn implementation forComputeInstanceTemplateShieldedInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceTemplateShieldedInstanceConfig.Builderbuilder()default ObjectgetEnableIntegrityMonitoring()Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not.default ObjectgetEnableSecureBoot()Verify the digital signature of all boot components, and halt the boot process if signature verification fails.default ObjectgetEnableVtpm()Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates.
-
-
-
Method Detail
-
getEnableIntegrityMonitoring
@Stability(Stable) @Nullable default Object getEnableIntegrityMonitoring()
Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not.Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_integrity_monitoring ComputeInstanceTemplate#enable_integrity_monitoring}
-
getEnableSecureBoot
@Stability(Stable) @Nullable default Object getEnableSecureBoot()
Verify the digital signature of all boot components, and halt the boot process if signature verification fails.Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_secure_boot ComputeInstanceTemplate#enable_secure_boot}
-
getEnableVtpm
@Stability(Stable) @Nullable default Object getEnableVtpm()
Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates.Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_vtpm ComputeInstanceTemplate#enable_vtpm}
-
builder
@Stability(Stable) static ComputeInstanceTemplateShieldedInstanceConfig.Builder builder()
-
-