Class CfnDomainPropsMixin.CertificateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnDomainPropsMixin.CertificateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.CertificateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.CertificateProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.CertificateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.CertificateProperty
An implementation for
CfnDomainPropsMixin.CertificateProperty-
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.cfnpropertymixins.services.amplify.CfnDomainPropsMixin.CertificateProperty
CfnDomainPropsMixin.CertificateProperty.Builder, CfnDomainPropsMixin.CertificateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.CertificateProperty.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 StringThe Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account .final StringThe type of SSL/TLS certificate that you want to use.final StringThe DNS record for certificate verification.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 theCfnDomainPropsMixin.CertificateProperty.Builder.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDomainPropsMixin.CertificatePropertyThe Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account .This field is required only when the certificate type is
CUSTOM.- Specified by:
getCertificateArnin interfaceCfnDomainPropsMixin.CertificateProperty- See Also:
-
getCertificateType
Description copied from interface:CfnDomainPropsMixin.CertificatePropertyThe type of SSL/TLS certificate that you want to use.Specify
AMPLIFY_MANAGEDto use the default certificate that Amplify provisions for you.Specify
CUSTOMto use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide .- Specified by:
getCertificateTypein interfaceCfnDomainPropsMixin.CertificateProperty- See Also:
-
getCertificateVerificationDnsRecord
Description copied from interface:CfnDomainPropsMixin.CertificatePropertyThe DNS record for certificate verification.- Specified by:
getCertificateVerificationDnsRecordin interfaceCfnDomainPropsMixin.CertificateProperty- See Also:
-
$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()
-