Interface ApigeeKeystoresAliasesSelfSignedCertSubject
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.384Z") @Stability(Stable) public interface ApigeeKeystoresAliasesSelfSignedCertSubject extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeKeystoresAliasesSelfSignedCertSubject.BuilderA builder forApigeeKeystoresAliasesSelfSignedCertSubjectstatic classApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$ProxyAn implementation forApigeeKeystoresAliasesSelfSignedCertSubject
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ApigeeKeystoresAliasesSelfSignedCertSubject.Builderbuilder()default StringgetCommonName()Common name of the organization.default StringgetCountryCode()Two-letter country code.default StringgetEmail()Email address.default StringgetLocality()City or town name.default StringgetOrg()Organization name.default StringgetOrgUnit()Organization team name.default StringgetState()State or district name.
-
-
-
Method Detail
-
getCommonName
@Stability(Stable) @Nullable default String getCommonName()
Common name of the organization. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#common_name ApigeeKeystoresAliasesSelfSignedCert#common_name}
-
getCountryCode
@Stability(Stable) @Nullable default String getCountryCode()
Two-letter country code. Example, IN for India, US for United States of America.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#country_code ApigeeKeystoresAliasesSelfSignedCert#country_code}
-
getEmail
@Stability(Stable) @Nullable default String getEmail()
Email address. Max 255 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#email ApigeeKeystoresAliasesSelfSignedCert#email}
-
getLocality
@Stability(Stable) @Nullable default String getLocality()
City or town name. Maximum length is 128 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#locality ApigeeKeystoresAliasesSelfSignedCert#locality}
-
getOrg
@Stability(Stable) @Nullable default String getOrg()
Organization name. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org ApigeeKeystoresAliasesSelfSignedCert#org}
-
getOrgUnit
@Stability(Stable) @Nullable default String getOrgUnit()
Organization team name. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org_unit ApigeeKeystoresAliasesSelfSignedCert#org_unit}
-
getState
@Stability(Stable) @Nullable default String getState()
State or district name. Maximum length is 128 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#state ApigeeKeystoresAliasesSelfSignedCert#state}
-
builder
@Stability(Stable) static ApigeeKeystoresAliasesSelfSignedCertSubject.Builder builder()
-
-