Interface ComputeRegionDiskSourceSnapshotEncryptionKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionDiskSourceSnapshotEncryptionKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.720Z") @Stability(Stable) public interface ComputeRegionDiskSourceSnapshotEncryptionKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionDiskSourceSnapshotEncryptionKey.BuilderA builder forComputeRegionDiskSourceSnapshotEncryptionKeystatic classComputeRegionDiskSourceSnapshotEncryptionKey.Jsii$ProxyAn implementation forComputeRegionDiskSourceSnapshotEncryptionKey
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionDiskSourceSnapshotEncryptionKey.Builderbuilder()default StringgetRawKey()Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
-
-
-
Method Detail
-
getRawKey
@Stability(Stable) @Nullable default String getRawKey()
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_disk#raw_key ComputeRegionDisk#raw_key}
-
builder
@Stability(Stable) static ComputeRegionDiskSourceSnapshotEncryptionKey.Builder builder()
-
-