Interface ComputeInstanceConfidentialInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceConfidentialInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.464Z") @Stability(Stable) public interface ComputeInstanceConfidentialInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceConfidentialInstanceConfig.BuilderA builder forComputeInstanceConfidentialInstanceConfigstatic classComputeInstanceConfidentialInstanceConfig.Jsii$ProxyAn implementation forComputeInstanceConfidentialInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceConfidentialInstanceConfig.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#confidential_instance_type ComputeInstance#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#enable_confidential_compute ComputeInstance#enable_confidential_compute}
-
builder
@Stability(Stable) static ComputeInstanceConfidentialInstanceConfig.Builder builder()
-
-