Interface CertificateManagerCertificateMapEntryConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
CertificateManagerCertificateMapEntryConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.871Z") @Stability(Stable) public interface CertificateManagerCertificateMapEntryConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCertificateManagerCertificateMapEntryConfig.BuilderA builder forCertificateManagerCertificateMapEntryConfigstatic classCertificateManagerCertificateMapEntryConfig.Jsii$ProxyAn implementation forCertificateManagerCertificateMapEntryConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CertificateManagerCertificateMapEntryConfig.Builderbuilder()List<String>getCertificates()A set of Certificates defines for the given hostname.default StringgetDescription()A human-readable description of the resource.default StringgetHostname()A Hostname (FQDN, e.g.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#id CertificateManagerCertificateMapEntry#id}.default Map<String,String>getLabels()Set of labels associated with a Certificate Map Entry.StringgetMap()A map entry that is inputted into the cetrificate map.default StringgetMatcher()A predefined matcher for particular cases, other than SNI selection.StringgetName()A user-defined name of the Certificate Map Entry.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#project CertificateManagerCertificateMapEntry#project}.default CertificateManagerCertificateMapEntryTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCertificates
@Stability(Stable) @NotNull List<String> getCertificates()
A set of Certificates defines for the given hostname.There can be defined up to fifteen certificates in each Certificate Map Entry. Each certificate must match pattern projects/* /locations/* /certificates/*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#certificates CertificateManagerCertificateMapEntry#certificates} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
getMap
@Stability(Stable) @NotNull String getMap()
A map entry that is inputted into the cetrificate map.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#map CertificateManagerCertificateMapEntry#map}
-
getName
@Stability(Stable) @NotNull String getName()
A user-defined name of the Certificate Map Entry.Certificate Map Entry names must be unique globally and match pattern 'projects/* /locations/* /certificateMaps/* /certificateMapEntries/*' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#name CertificateManagerCertificateMapEntry#name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
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_map_entry#description CertificateManagerCertificateMapEntry#description}
-
getHostname
@Stability(Stable) @Nullable default String getHostname()
A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#hostname CertificateManagerCertificateMapEntry#hostname}
-
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_map_entry#id CertificateManagerCertificateMapEntry#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 labels associated with a Certificate Map Entry.An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **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_map_entry#labels CertificateManagerCertificateMapEntry#labels}
-
getMatcher
@Stability(Stable) @Nullable default String getMatcher()
A predefined matcher for particular cases, other than SNI selection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#matcher CertificateManagerCertificateMapEntry#matcher}
-
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_map_entry#project CertificateManagerCertificateMapEntry#project}.
-
getTimeouts
@Stability(Stable) @Nullable default CertificateManagerCertificateMapEntryTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#timeouts CertificateManagerCertificateMapEntry#timeouts}
-
builder
@Stability(Stable) static CertificateManagerCertificateMapEntryConfig.Builder builder()
-
-