Interface CertificateManagerCertificateConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CertificateManagerCertificateConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.853Z") @Stability(Stable) public interface CertificateManagerCertificateConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCertificateManagerCertificateConfig.BuilderA builder forCertificateManagerCertificateConfigstatic classCertificateManagerCertificateConfig.Jsii$ProxyAn implementation forCertificateManagerCertificateConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CertificateManagerCertificateConfig.Builderbuilder()default StringgetDescription()A human-readable description of the resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#id CertificateManagerCertificate#id}.default Map<String,String>getLabels()Set of label tags associated with the Certificate resource.default StringgetLocation()The Certificate Manager location.default CertificateManagerCertificateManagedgetManaged()managed block.StringgetName()A user-defined name of the certificate.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#project CertificateManagerCertificate#project}.default StringgetScope()The scope of the certificate.default CertificateManagerCertificateSelfManagedgetSelfManaged()self_managed block.default CertificateManagerCertificateTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
A user-defined name of the certificate.Certificate names must be unique The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#name CertificateManagerCertificate#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#description CertificateManagerCertificate#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#id CertificateManagerCertificate#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Set of label tags associated with the Certificate resource.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#labels CertificateManagerCertificate#labels}
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
The Certificate Manager location. If not specified, "global" is used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#location CertificateManagerCertificate#location}
-
getManaged
@Stability(Stable) @Nullable default CertificateManagerCertificateManaged getManaged()
managed block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#managed CertificateManagerCertificate#managed}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#project CertificateManagerCertificate#project}.
-
getScope
@Stability(Stable) @Nullable default String getScope()
The scope of the certificate.DEFAULT: Certificates with default scope are served from core Google data centers. If unsure, choose this option. EDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations. ALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs). See https://cloud.google.com/compute/docs/regions-zones Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#scope CertificateManagerCertificate#scope}
-
getSelfManaged
@Stability(Stable) @Nullable default CertificateManagerCertificateSelfManaged getSelfManaged()
self_managed block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#self_managed CertificateManagerCertificate#self_managed}
-
getTimeouts
@Stability(Stable) @Nullable default CertificateManagerCertificateTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#timeouts CertificateManagerCertificate#timeouts}
-
builder
@Stability(Stable) static CertificateManagerCertificateConfig.Builder builder()
-
-