Package-level declarations

Types

Link copied to clipboard
enum AppAutoBranchCreationConfigStage : Enum<AppAutoBranchCreationConfigStage> , ConvertibleToJava<AppAutoBranchCreationConfigStage>

Stage for the auto created branch.

Link copied to clipboard
enum AppPlatform : Enum<AppPlatform> , ConvertibleToJava<AppPlatform>

The platform for the Amplify app. For a static app, set the platform type to WEB . For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE . For an app requiring Amplify Hosting's original SSR support only, set the platform type to WEB_DYNAMIC .

Link copied to clipboard
enum BranchStage : Enum<BranchStage> , ConvertibleToJava<BranchStage>

Describes the current stage for the branch.

Link copied to clipboard
enum DomainCertificateCertificateType : Enum<DomainCertificateCertificateType> , ConvertibleToJava<DomainCertificateCertificateType>

The type of SSL/TLS certificate that you want to use. 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
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 .