Interface CertificateManagerDnsAuthorizationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CertificateManagerDnsAuthorizationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.874Z") @Stability(Stable) public interface CertificateManagerDnsAuthorizationConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCertificateManagerDnsAuthorizationConfig.BuilderA builder forCertificateManagerDnsAuthorizationConfigstatic classCertificateManagerDnsAuthorizationConfig.Jsii$ProxyAn implementation forCertificateManagerDnsAuthorizationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CertificateManagerDnsAuthorizationConfig.Builderbuilder()default StringgetDescription()A human-readable description of the resource.StringgetDomain()A domain which is being authorized.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_dns_authorization#id CertificateManagerDnsAuthorization#id}.default Map<String,String>getLabels()Set of label tags associated with the DNS Authorization resource.default StringgetLocation()The Certificate Manager location.StringgetName()Name of the resource;default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_dns_authorization#project CertificateManagerDnsAuthorization#project}.default CertificateManagerDnsAuthorizationTimeoutsgetTimeouts()timeouts block.default StringgetType()type of DNS authorization.
-
-
-
Method Detail
-
getDomain
@Stability(Stable) @NotNull String getDomain()
A domain which is being authorized.A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for "example.com" can be used to issue certificates for "example.com" and "*.example.com". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_dns_authorization#domain CertificateManagerDnsAuthorization#domain}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource;provided by the client when the resource is created. 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_dns_authorization#name CertificateManagerDnsAuthorization#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_dns_authorization#description CertificateManagerDnsAuthorization#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_dns_authorization#id CertificateManagerDnsAuthorization#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 DNS Authorization 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_dns_authorization#labels CertificateManagerDnsAuthorization#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_dns_authorization#location CertificateManagerDnsAuthorization#location}
-
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_dns_authorization#project CertificateManagerDnsAuthorization#project}.
-
getTimeouts
@Stability(Stable) @Nullable default CertificateManagerDnsAuthorizationTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_dns_authorization#timeouts CertificateManagerDnsAuthorization#timeouts}
-
getType
@Stability(Stable) @Nullable default String getType()
type of DNS authorization.If unset during the resource creation, FIXED_RECORD will be used for global resources, and PER_PROJECT_RECORD will be used for other locations. FIXED_RECORD DNS authorization uses DNS-01 validation method PER_PROJECT_RECORD DNS authorization allows for independent management of Google-managed certificates with DNS authorization across multiple projects. Possible values: ["FIXED_RECORD", "PER_PROJECT_RECORD"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_dns_authorization#type CertificateManagerDnsAuthorization#type}
-
builder
@Stability(Stable) static CertificateManagerDnsAuthorizationConfig.Builder builder()
-
-