Interface CertificateManagerTrustConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CertificateManagerTrustConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.878Z") @Stability(Stable) public interface CertificateManagerTrustConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCertificateManagerTrustConfigConfig.BuilderA builder forCertificateManagerTrustConfigConfigstatic classCertificateManagerTrustConfigConfig.Jsii$ProxyAn implementation forCertificateManagerTrustConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CertificateManagerTrustConfigConfig.Builderbuilder()default ObjectgetAllowlistedCertificates()allowlisted_certificates block.default StringgetDescription()One or more paragraphs of text description of a trust config.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#id CertificateManagerTrustConfig#id}.default Map<String,String>getLabels()Set of label tags associated with the trust config.StringgetLocation()The trust config location.StringgetName()A user-defined name of the trust config.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#project CertificateManagerTrustConfig#project}.default CertificateManagerTrustConfigTimeoutsgetTimeouts()timeouts block.default ObjectgetTrustStores()trust_stores block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The trust config location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#location CertificateManagerTrustConfig#location}
-
getName
@Stability(Stable) @NotNull String getName()
A user-defined name of the trust config. Trust config names must be unique globally.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#name CertificateManagerTrustConfig#name}
-
getAllowlistedCertificates
@Stability(Stable) @Nullable default Object getAllowlistedCertificates()
allowlisted_certificates block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#allowlisted_certificates CertificateManagerTrustConfig#allowlisted_certificates}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
One or more paragraphs of text description of a trust config.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#description CertificateManagerTrustConfig#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_trust_config#id CertificateManagerTrustConfig#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 trust config.**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_trust_config#labels CertificateManagerTrustConfig#labels}
-
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_trust_config#project CertificateManagerTrustConfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default CertificateManagerTrustConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#timeouts CertificateManagerTrustConfig#timeouts}
-
getTrustStores
@Stability(Stable) @Nullable default Object getTrustStores()
trust_stores block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#trust_stores CertificateManagerTrustConfig#trust_stores}
-
builder
@Stability(Stable) static CertificateManagerTrustConfigConfig.Builder builder()
-
-