Domain Certificate Settings Certificate Type
enum DomainCertificateSettingsCertificateType : Enum<DomainCertificateSettingsCertificateType> , ConvertibleToJava<DomainCertificateSettingsCertificateType>
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 .
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.