Class CertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CertificateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CertificateProps
CertificateProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.certificatemanager.CertificateProps
CertificateProps.Builder, CertificateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCertificateProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanEnable or disable export of this certificate.final StringThe Certificate name.final StringFully-qualified domain name to request a certificate for.final KeyAlgorithmSpecifies the algorithm of the public and private key pair that your certificate uses to encrypt data.Alternative domain names on your certificate.final BooleanEnable or disable transparency logging for this certificate.final CertificateValidationHow to validate this certificate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCertificateProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CertificatePropsFully-qualified domain name to request a certificate for.May contain wildcards, such as
*.domain.com.- Specified by:
getDomainNamein interfaceCertificateProps
-
getAllowExport
Description copied from interface:CertificatePropsEnable or disable export of this certificate.If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing
Default: false
- Specified by:
getAllowExportin interfaceCertificateProps
-
getCertificateName
Description copied from interface:CertificatePropsThe Certificate name.Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the
NametagDefault: the full, absolute path of this construct
- Specified by:
getCertificateNamein interfaceCertificateProps
-
getKeyAlgorithm
Description copied from interface:CertificatePropsSpecifies the algorithm of the public and private key pair that your certificate uses to encrypt data.Default: KeyAlgorithm.RSA_2048
- Specified by:
getKeyAlgorithmin interfaceCertificateProps- See Also:
-
getSubjectAlternativeNames
Description copied from interface:CertificatePropsAlternative domain names on your certificate.Use this to register alternative domain names that represent the same site.
Default: - No additional FQDNs will be included as alternative domain names.
- Specified by:
getSubjectAlternativeNamesin interfaceCertificateProps
-
getTransparencyLoggingEnabled
Description copied from interface:CertificatePropsEnable or disable transparency logging for this certificate.Once a certificate has been logged, it cannot be removed from the log. Opting out at that point will have no effect. If you opt out of logging when you request a certificate and then choose later to opt back in, your certificate will not be logged until it is renewed. If you want the certificate to be logged immediately, we recommend that you issue a new one.
Default: true
- Specified by:
getTransparencyLoggingEnabledin interfaceCertificateProps- See Also:
-
getValidation
Description copied from interface:CertificatePropsHow to validate this certificate.Default: CertificateValidation.fromEmail()
- Specified by:
getValidationin interfaceCertificateProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-