Uses of Class
software.amazon.awscdk.services.amplify.CfnApp.Builder
-
Uses of CfnApp.Builder in software.amazon.awscdk.services.amplify
Modifier and TypeMethodDescriptionCfnApp.Builder.accessToken
(String accessToken) The personal access token for a GitHub repository for an Amplify app.CfnApp.Builder.autoBranchCreationConfig
(IResolvable autoBranchCreationConfig) Sets the configuration for your automatic branch creation.CfnApp.Builder.autoBranchCreationConfig
(CfnApp.AutoBranchCreationConfigProperty autoBranchCreationConfig) Sets the configuration for your automatic branch creation.CfnApp.Builder.basicAuthConfig
(IResolvable basicAuthConfig) The credentials for basic authorization for an Amplify app.CfnApp.Builder.basicAuthConfig
(CfnApp.BasicAuthConfigProperty basicAuthConfig) The credentials for basic authorization for an Amplify app.The build specification (build spec) for an Amplify app.CfnApp.Builder.cacheConfig
(IResolvable cacheConfig) The cache configuration for the Amplify app.CfnApp.Builder.cacheConfig
(CfnApp.CacheConfigProperty cacheConfig) The cache configuration for the Amplify app.static CfnApp.Builder
CfnApp.Builder.customHeaders
(String customHeaders) The custom HTTP headers for an Amplify app.CfnApp.Builder.customRules
(List<? extends Object> customRules) The custom rewrite and redirect rules for an Amplify app.CfnApp.Builder.customRules
(IResolvable customRules) The custom rewrite and redirect rules for an Amplify app.CfnApp.Builder.description
(String description) The description of the Amplify app.CfnApp.Builder.enableBranchAutoDeletion
(Boolean enableBranchAutoDeletion) Automatically disconnect a branch in Amplify Hosting when you delete a branch from your Git repository.CfnApp.Builder.enableBranchAutoDeletion
(IResolvable enableBranchAutoDeletion) Automatically disconnect a branch in Amplify Hosting when you delete a branch from your Git repository.CfnApp.Builder.environmentVariables
(List<? extends Object> environmentVariables) The environment variables for the Amplify app.CfnApp.Builder.environmentVariables
(IResolvable environmentVariables) The environment variables for the Amplify app.CfnApp.Builder.iamServiceRole
(String iamServiceRole) AWS Identity and Access Management ( IAM ) service role for the Amazon Resource Name (ARN) of the Amplify app.The name of the Amplify app.CfnApp.Builder.oauthToken
(String oauthToken) The OAuth token for a third-party source control system for an Amplify app.The platform for the Amplify app.CfnApp.Builder.repository
(String repository) The Git repository for the Amplify app.The tag for an Amplify app.