Interface DataFusionInstanceCryptoKeyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataFusionInstanceCryptoKeyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.368Z") @Stability(Stable) public interface DataFusionInstanceCryptoKeyConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataFusionInstanceCryptoKeyConfig.BuilderA builder forDataFusionInstanceCryptoKeyConfigstatic classDataFusionInstanceCryptoKeyConfig.Jsii$ProxyAn implementation forDataFusionInstanceCryptoKeyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataFusionInstanceCryptoKeyConfig.Builderbuilder()StringgetKeyReference()The name of the key which is used to encrypt/decrypt customer data.
-
-
-
Method Detail
-
getKeyReference
@Stability(Stable) @NotNull String getKeyReference()
The name of the key which is used to encrypt/decrypt customer data.For key in Cloud KMS, the key should be in the format of projects/* /locations/* /keyRings/* /cryptoKeys/*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#key_reference DataFusionInstance#key_reference} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static DataFusionInstanceCryptoKeyConfig.Builder builder()
-
-