Interface ComputeInstanceTemplateConfidentialInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateConfidentialInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.548Z") @Stability(Stable) public interface ComputeInstanceTemplateConfidentialInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateConfidentialInstanceConfig.BuilderA builder forComputeInstanceTemplateConfidentialInstanceConfigstatic classComputeInstanceTemplateConfidentialInstanceConfig.Jsii$ProxyAn implementation forComputeInstanceTemplateConfidentialInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceTemplateConfidentialInstanceConfig.Builderbuilder()default StringgetConfidentialInstanceType()The confidential computing technology the instance uses.default ObjectgetEnableConfidentialCompute()Defines whether the instance should have confidential compute enabled.
-
-
-
Method Detail
-
getConfidentialInstanceType
@Stability(Stable) @Nullable default String getConfidentialInstanceType()
The confidential computing technology the instance uses.SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required. TDX is only available in beta. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#confidential_instance_type ComputeInstanceTemplate#confidential_instance_type}
-
getEnableConfidentialCompute
@Stability(Stable) @Nullable default Object getEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_confidential_compute ComputeInstanceTemplate#enable_confidential_compute}
-
builder
@Stability(Stable) static ComputeInstanceTemplateConfidentialInstanceConfig.Builder builder()
-
-