Domain Certificate Settings Args
data class DomainCertificateSettingsArgs(val certificateType: Output<DomainCertificateSettingsCertificateType>? = null, val customCertificateArn: Output<String>? = null) : ConvertibleToJava<DomainCertificateSettingsArgs>
Constructors
Link copied to clipboard
constructor(certificateType: Output<DomainCertificateSettingsCertificateType>? = null, customCertificateArn: Output<String>? = null)
Properties
Link copied to clipboard
The certificate type. Specify AMPLIFY_MANAGED
to use the default certificate that Amplify provisions for you. Specify CUSTOM
to use your own certificate that you have already added to AWS 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 AWS Certificate Manager in the ACM User guide .
Link copied to clipboard
The Amazon resource name (ARN) for the custom certificate that you have already added to AWS Certificate Manager in your AWS account . This field is required only when the certificate type is CUSTOM
.