Interface DataGooglePrivatecaCertificateAuthorityConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGooglePrivatecaCertificateAuthorityConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.006Z") @Stability(Stable) public interface DataGooglePrivatecaCertificateAuthorityConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGooglePrivatecaCertificateAuthorityConfig.BuilderA builder forDataGooglePrivatecaCertificateAuthorityConfigstatic classDataGooglePrivatecaCertificateAuthorityConfig.Jsii$ProxyAn implementation forDataGooglePrivatecaCertificateAuthorityConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataGooglePrivatecaCertificateAuthorityConfig.Builderbuilder()default StringgetCertificateAuthorityId()The user provided Resource ID for this Certificate Authority.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#id DataGooglePrivatecaCertificateAuthority#id}.default StringgetLocation()Location of the CertificateAuthority.default StringgetPool()The name of the CaPool this Certificate Authority belongs to.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#project DataGooglePrivatecaCertificateAuthority#project}.
-
-
-
Method Detail
-
getCertificateAuthorityId
@Stability(Stable) @Nullable default String getCertificateAuthorityId()
The user provided Resource ID for this Certificate Authority.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#certificate_authority_id DataGooglePrivatecaCertificateAuthority#certificate_authority_id}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#id DataGooglePrivatecaCertificateAuthority#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
Location of the CertificateAuthority. A full list of valid locations can be found by running 'gcloud privateca locations list'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#location DataGooglePrivatecaCertificateAuthority#location}
-
getPool
@Stability(Stable) @Nullable default String getPool()
The name of the CaPool this Certificate Authority belongs to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#pool DataGooglePrivatecaCertificateAuthority#pool}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#project DataGooglePrivatecaCertificateAuthority#project}.
-
builder
@Stability(Stable) static DataGooglePrivatecaCertificateAuthorityConfig.Builder builder()
-
-