Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutoBranchCreationConfig = AutoBranchCreationConfig' {
- framework :: Maybe Text
- stage :: Maybe Stage
- enablePullRequestPreview :: Maybe Bool
- basicAuthCredentials :: Maybe (Sensitive Text)
- buildSpec :: Maybe Text
- enablePerformanceMode :: Maybe Bool
- environmentVariables :: Maybe (HashMap Text Text)
- enableAutoBuild :: Maybe Bool
- enableBasicAuth :: Maybe Bool
- pullRequestEnvironmentName :: Maybe Text
- newAutoBranchCreationConfig :: AutoBranchCreationConfig
- autoBranchCreationConfig_framework :: Lens' AutoBranchCreationConfig (Maybe Text)
- autoBranchCreationConfig_stage :: Lens' AutoBranchCreationConfig (Maybe Stage)
- autoBranchCreationConfig_enablePullRequestPreview :: Lens' AutoBranchCreationConfig (Maybe Bool)
- autoBranchCreationConfig_basicAuthCredentials :: Lens' AutoBranchCreationConfig (Maybe Text)
- autoBranchCreationConfig_buildSpec :: Lens' AutoBranchCreationConfig (Maybe Text)
- autoBranchCreationConfig_enablePerformanceMode :: Lens' AutoBranchCreationConfig (Maybe Bool)
- autoBranchCreationConfig_environmentVariables :: Lens' AutoBranchCreationConfig (Maybe (HashMap Text Text))
- autoBranchCreationConfig_enableAutoBuild :: Lens' AutoBranchCreationConfig (Maybe Bool)
- autoBranchCreationConfig_enableBasicAuth :: Lens' AutoBranchCreationConfig (Maybe Bool)
- autoBranchCreationConfig_pullRequestEnvironmentName :: Lens' AutoBranchCreationConfig (Maybe Text)
Documentation
data AutoBranchCreationConfig Source #
Describes the automated branch creation configuration.
See: newAutoBranchCreationConfig
smart constructor.
AutoBranchCreationConfig' | |
|
Instances
newAutoBranchCreationConfig :: AutoBranchCreationConfig Source #
Create a value of AutoBranchCreationConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:framework:AutoBranchCreationConfig'
, autoBranchCreationConfig_framework
- The framework for the autocreated branch.
$sel:stage:AutoBranchCreationConfig'
, autoBranchCreationConfig_stage
- Describes the current stage for the autocreated branch.
$sel:enablePullRequestPreview:AutoBranchCreationConfig'
, autoBranchCreationConfig_enablePullRequestPreview
- Enables pull request previews for the autocreated branch.
$sel:basicAuthCredentials:AutoBranchCreationConfig'
, autoBranchCreationConfig_basicAuthCredentials
- The basic authorization credentials for the autocreated branch.
$sel:buildSpec:AutoBranchCreationConfig'
, autoBranchCreationConfig_buildSpec
- The build specification (build spec) for the autocreated branch.
$sel:enablePerformanceMode:AutoBranchCreationConfig'
, autoBranchCreationConfig_enablePerformanceMode
- Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
$sel:environmentVariables:AutoBranchCreationConfig'
, autoBranchCreationConfig_environmentVariables
- The environment variables for the autocreated branch.
$sel:enableAutoBuild:AutoBranchCreationConfig'
, autoBranchCreationConfig_enableAutoBuild
- Enables auto building for the autocreated branch.
$sel:enableBasicAuth:AutoBranchCreationConfig'
, autoBranchCreationConfig_enableBasicAuth
- Enables basic authorization for the autocreated branch.
$sel:pullRequestEnvironmentName:AutoBranchCreationConfig'
, autoBranchCreationConfig_pullRequestEnvironmentName
- The Amplify environment name for the pull request.
autoBranchCreationConfig_framework :: Lens' AutoBranchCreationConfig (Maybe Text) Source #
The framework for the autocreated branch.
autoBranchCreationConfig_stage :: Lens' AutoBranchCreationConfig (Maybe Stage) Source #
Describes the current stage for the autocreated branch.
autoBranchCreationConfig_enablePullRequestPreview :: Lens' AutoBranchCreationConfig (Maybe Bool) Source #
Enables pull request previews for the autocreated branch.
autoBranchCreationConfig_basicAuthCredentials :: Lens' AutoBranchCreationConfig (Maybe Text) Source #
The basic authorization credentials for the autocreated branch.
autoBranchCreationConfig_buildSpec :: Lens' AutoBranchCreationConfig (Maybe Text) Source #
The build specification (build spec) for the autocreated branch.
autoBranchCreationConfig_enablePerformanceMode :: Lens' AutoBranchCreationConfig (Maybe Bool) Source #
Enables performance mode for the branch.
Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.
autoBranchCreationConfig_environmentVariables :: Lens' AutoBranchCreationConfig (Maybe (HashMap Text Text)) Source #
The environment variables for the autocreated branch.
autoBranchCreationConfig_enableAutoBuild :: Lens' AutoBranchCreationConfig (Maybe Bool) Source #
Enables auto building for the autocreated branch.
autoBranchCreationConfig_enableBasicAuth :: Lens' AutoBranchCreationConfig (Maybe Bool) Source #
Enables basic authorization for the autocreated branch.
autoBranchCreationConfig_pullRequestEnvironmentName :: Lens' AutoBranchCreationConfig (Maybe Text) Source #
The Amplify environment name for the pull request.