Class PrivatecaCertificateAuthorityKeySpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthorityKeySpec.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateAuthorityKeySpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateAuthorityKeySpec
@Stability(Stable) @Internal public static final class PrivatecaCertificateAuthorityKeySpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateAuthorityKeySpec
An implementation forPrivatecaCertificateAuthorityKeySpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthorityKeySpec
PrivatecaCertificateAuthorityKeySpec.Builder, PrivatecaCertificateAuthorityKeySpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateAuthorityKeySpec.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthorityKeySpec.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAlgorithm()The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience.StringgetCloudKmsKeyVersion()The resource name for an existing Cloud KMS CryptoKeyVersion in the format 'projects/* /locations/* /keyRings/* /cryptoKeys/* /cryptoKeyVersions/*'.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PrivatecaCertificateAuthorityKeySpec.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthorityKeySpec.Builder.
-
-
Method Detail
-
getAlgorithm
public final String getAlgorithm()
Description copied from interface:PrivatecaCertificateAuthorityKeySpecThe 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}
- Specified by:
getAlgorithmin interfacePrivatecaCertificateAuthorityKeySpec
-
getCloudKmsKeyVersion
public final String getCloudKmsKeyVersion()
Description copied from interface:PrivatecaCertificateAuthorityKeySpecThe 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.
- Specified by:
getCloudKmsKeyVersionin interfacePrivatecaCertificateAuthorityKeySpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-