Class PrivatecaCertificateAuthoritySubordinateConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthoritySubordinateConfig.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateAuthoritySubordinateConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateAuthoritySubordinateConfig
@Stability(Stable) @Internal public static final class PrivatecaCertificateAuthoritySubordinateConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateAuthoritySubordinateConfig
An implementation forPrivatecaCertificateAuthoritySubordinateConfig
-
-
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.PrivatecaCertificateAuthoritySubordinateConfig
PrivatecaCertificateAuthoritySubordinateConfig.Builder, PrivatecaCertificateAuthoritySubordinateConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateAuthoritySubordinateConfig.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthoritySubordinateConfig.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)StringgetCertificateAuthority()This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority.PrivatecaCertificateAuthoritySubordinateConfigPemIssuerChaingetPemIssuerChain()pem_issuer_chain block.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(PrivatecaCertificateAuthoritySubordinateConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthoritySubordinateConfig.Builder.
-
-
Method Detail
-
getCertificateAuthority
public final String getCertificateAuthority()
Description copied from interface:PrivatecaCertificateAuthoritySubordinateConfigThis can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority.This field is used for information and usability purposes only. The resource name is in the format 'projects/* /locations/* /caPools/* /certificateAuthorities/*'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#certificate_authority PrivatecaCertificateAuthority#certificate_authority} 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:
getCertificateAuthorityin interfacePrivatecaCertificateAuthoritySubordinateConfig
-
getPemIssuerChain
public final PrivatecaCertificateAuthoritySubordinateConfigPemIssuerChain getPemIssuerChain()
Description copied from interface:PrivatecaCertificateAuthoritySubordinateConfigpem_issuer_chain block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#pem_issuer_chain PrivatecaCertificateAuthority#pem_issuer_chain}
- Specified by:
getPemIssuerChainin interfacePrivatecaCertificateAuthoritySubordinateConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-