Interface PrivatecaCertificateAuthorityConfigX509ConfigNameConstraints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateAuthorityConfigX509ConfigNameConstraints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.371Z") @Stability(Stable) public interface PrivatecaCertificateAuthorityConfigX509ConfigNameConstraints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateAuthorityConfigX509ConfigNameConstraints.Builderstatic classPrivatecaCertificateAuthorityConfigX509ConfigNameConstraints.Jsii$ProxyAn implementation forPrivatecaCertificateAuthorityConfigX509ConfigNameConstraints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateAuthorityConfigX509ConfigNameConstraints.Builderbuilder()ObjectgetCritical()Indicates whether or not the name constraints are marked critical.default List<String>getExcludedDnsNames()Contains excluded DNS names.default List<String>getExcludedEmailAddresses()Contains the excluded email addresses.default List<String>getExcludedIpRanges()Contains the excluded IP ranges.default List<String>getExcludedUris()Contains the excluded URIs that apply to the host part of the name.default List<String>getPermittedDnsNames()Contains permitted DNS names.default List<String>getPermittedEmailAddresses()Contains the permitted email addresses.default List<String>getPermittedIpRanges()Contains the permitted IP ranges.default List<String>getPermittedUris()Contains the permitted URIs that apply to the host part of the name.
-
-
-
Method Detail
-
getCritical
@Stability(Stable) @NotNull Object getCritical()
Indicates whether or not the name constraints are marked critical.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#critical PrivatecaCertificateAuthority#critical}
-
getExcludedDnsNames
@Stability(Stable) @Nullable default List<String> getExcludedDnsNames()
Contains excluded DNS names.Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, 'example.com', 'www.example.com', 'www.sub.example.com' would satisfy 'example.com' while 'example1.com' does not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#excluded_dns_names PrivatecaCertificateAuthority#excluded_dns_names}
-
getExcludedEmailAddresses
@Stability(Stable) @Nullable default List<String> getExcludedEmailAddresses()
Contains the excluded email addresses.The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. '.example.com') to indicate all email addresses in that domain. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#excluded_email_addresses PrivatecaCertificateAuthority#excluded_email_addresses}
-
getExcludedIpRanges
@Stability(Stable) @Nullable default List<String> getExcludedIpRanges()
Contains the excluded IP ranges.For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#excluded_ip_ranges PrivatecaCertificateAuthority#excluded_ip_ranges}
-
getExcludedUris
@Stability(Stable) @Nullable default List<String> getExcludedUris()
Contains the excluded URIs that apply to the host part of the name.The value can be a hostname or a domain with a leading period (like '.example.com') Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#excluded_uris PrivatecaCertificateAuthority#excluded_uris}
-
getPermittedDnsNames
@Stability(Stable) @Nullable default List<String> getPermittedDnsNames()
Contains permitted DNS names.Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, 'example.com', 'www.example.com', 'www.sub.example.com' would satisfy 'example.com' while 'example1.com' does not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#permitted_dns_names PrivatecaCertificateAuthority#permitted_dns_names}
-
getPermittedEmailAddresses
@Stability(Stable) @Nullable default List<String> getPermittedEmailAddresses()
Contains the permitted email addresses.The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. '.example.com') to indicate all email addresses in that domain. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#permitted_email_addresses PrivatecaCertificateAuthority#permitted_email_addresses}
-
getPermittedIpRanges
@Stability(Stable) @Nullable default List<String> getPermittedIpRanges()
Contains the permitted IP ranges.For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#permitted_ip_ranges PrivatecaCertificateAuthority#permitted_ip_ranges}
-
getPermittedUris
@Stability(Stable) @Nullable default List<String> getPermittedUris()
Contains the permitted URIs that apply to the host part of the name.The value can be a hostname or a domain with a leading period (like '.example.com') Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#permitted_uris PrivatecaCertificateAuthority#permitted_uris}
-
builder
@Stability(Stable) static PrivatecaCertificateAuthorityConfigX509ConfigNameConstraints.Builder builder()
-
-