Class PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateAuthorityConfigSubjectConfigSubject,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateAuthorityConfigSubjectConfigSubject
@Stability(Stable) @Internal public static final class PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateAuthorityConfigSubjectConfigSubject
An implementation forPrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
-
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.PrivatecaCertificateAuthorityConfigSubjectConfigSubject
PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Builder, PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthorityConfigSubjectConfigSubject.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)StringgetCommonName()The common name of the distinguished name.StringgetCountryCode()The country code of the subject.StringgetLocality()The locality or city of the subject.StringgetOrganization()The organization of the subject.StringgetOrganizationalUnit()The organizational unit of the subject.StringgetPostalCode()The postal code of the subject.StringgetProvince()The province, territory, or regional state of the subject.StringgetStreetAddress()The street address of the subject.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(PrivatecaCertificateAuthorityConfigSubjectConfigSubject.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateAuthorityConfigSubjectConfigSubject.Builder.
-
-
Method Detail
-
getCommonName
public final String getCommonName()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe common name of the distinguished name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#common_name PrivatecaCertificateAuthority#common_name}
- Specified by:
getCommonNamein interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getOrganization
public final String getOrganization()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe organization of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#organization PrivatecaCertificateAuthority#organization}
- Specified by:
getOrganizationin interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getCountryCode
public final String getCountryCode()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe country code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#country_code PrivatecaCertificateAuthority#country_code}
- Specified by:
getCountryCodein interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getLocality
public final String getLocality()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe locality or city of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#locality PrivatecaCertificateAuthority#locality}
- Specified by:
getLocalityin interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getOrganizationalUnit
public final String getOrganizationalUnit()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe organizational unit of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#organizational_unit PrivatecaCertificateAuthority#organizational_unit}
- Specified by:
getOrganizationalUnitin interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getPostalCode
public final String getPostalCode()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe postal code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#postal_code PrivatecaCertificateAuthority#postal_code}
- Specified by:
getPostalCodein interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getProvince
public final String getProvince()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe province, territory, or regional state of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#province PrivatecaCertificateAuthority#province}
- Specified by:
getProvincein interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
getStreetAddress
public final String getStreetAddress()
Description copied from interface:PrivatecaCertificateAuthorityConfigSubjectConfigSubjectThe street address of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#street_address PrivatecaCertificateAuthority#street_address}
- Specified by:
getStreetAddressin interfacePrivatecaCertificateAuthorityConfigSubjectConfigSubject
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-