Interface PrivatecaCertificateAuthorityKeySpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateAuthorityKeySpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.373Z") @Stability(Stable) public interface PrivatecaCertificateAuthorityKeySpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateAuthorityKeySpec.BuilderA builder forPrivatecaCertificateAuthorityKeySpecstatic classPrivatecaCertificateAuthorityKeySpec.Jsii$ProxyAn implementation forPrivatecaCertificateAuthorityKeySpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateAuthorityKeySpec.Builderbuilder()default StringgetAlgorithm()The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience.default StringgetCloudKmsKeyVersion()The resource name for an existing Cloud KMS CryptoKeyVersion in the format 'projects/* /locations/* /keyRings/* /cryptoKeys/* /cryptoKeyVersions/*'.
-
-
-
Method Detail
-
getAlgorithm
@Stability(Stable) @Nullable default String getAlgorithm()
The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience.All managed keys will be have their ProtectionLevel as HSM. Possible values: ["SIGN_HASH_ALGORITHM_UNSPECIFIED", "RSA_PSS_2048_SHA256", "RSA_PSS_3072_SHA256", "RSA_PSS_4096_SHA256", "RSA_PKCS1_2048_SHA256", "RSA_PKCS1_3072_SHA256", "RSA_PKCS1_4096_SHA256", "EC_P256_SHA256", "EC_P384_SHA384"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#algorithm PrivatecaCertificateAuthority#algorithm}
-
getCloudKmsKeyVersion
@Stability(Stable) @Nullable default String getCloudKmsKeyVersion()
The resource name for an existing Cloud KMS CryptoKeyVersion in the format 'projects/* /locations/* /keyRings/* /cryptoKeys/* /cryptoKeyVersions/*'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#cloud_kms_key_version PrivatecaCertificateAuthority#cloud_kms_key_version} 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 PrivatecaCertificateAuthorityKeySpec.Builder builder()
-
-