Interface CertificateManagerTrustConfigAllowlistedCertificates
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CertificateManagerTrustConfigAllowlistedCertificates.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.877Z") @Stability(Stable) public interface CertificateManagerTrustConfigAllowlistedCertificates extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCertificateManagerTrustConfigAllowlistedCertificates.BuilderA builder forCertificateManagerTrustConfigAllowlistedCertificatesstatic classCertificateManagerTrustConfigAllowlistedCertificates.Jsii$ProxyAn implementation forCertificateManagerTrustConfigAllowlistedCertificates
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CertificateManagerTrustConfigAllowlistedCertificates.Builderbuilder()StringgetPemCertificate()PEM certificate that is allowlisted.
-
-
-
Method Detail
-
getPemCertificate
@Stability(Stable) @NotNull String getPemCertificate()
PEM certificate that is allowlisted.The certificate can be up to 5k bytes, and must be a parseable X.509 certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#pem_certificate CertificateManagerTrustConfig#pem_certificate}
-
builder
@Stability(Stable) static CertificateManagerTrustConfigAllowlistedCertificates.Builder builder()
-
-