Interface DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.701Z") @Stability(Stable) public interface DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig.Builderstatic classDataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig.Jsii$ProxyAn implementation forDataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig.Builderbuilder()default ObjectgetEnableIntegrityMonitoring()Defines whether instances have integrity monitoring enabled.default ObjectgetEnableSecureBoot()Defines whether instances have Secure Boot enabled.default ObjectgetEnableVtpm()Defines whether instances have the vTPM enabled.
-
-
-
Method Detail
-
getEnableIntegrityMonitoring
@Stability(Stable) @Nullable default Object getEnableIntegrityMonitoring()
Defines whether instances have integrity monitoring enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_integrity_monitoring DataprocCluster#enable_integrity_monitoring}
-
getEnableSecureBoot
@Stability(Stable) @Nullable default Object getEnableSecureBoot()
Defines whether instances have Secure Boot enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_secure_boot DataprocCluster#enable_secure_boot}
-
getEnableVtpm
@Stability(Stable) @Nullable default Object getEnableVtpm()
Defines whether instances have the vTPM enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_vtpm DataprocCluster#enable_vtpm}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigGceClusterConfigShieldedInstanceConfig.Builder builder()
-
-