Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.amplify package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.amplify package.
(build-cfn-app-auto-branch-creation-config-property-builder builder id config)
The build-cfn-app-auto-branch-creation-config-property-builder function updates a CfnApp$AutoBranchCreationConfigProperty$Builder instance using the provided configuration. The function takes the CfnApp$AutoBranchCreationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoBranchCreationPatterns | java.util.List | cdk.support/lookup-entry | :auto-branch-creation-patterns |
basicAuthConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :basic-auth-config |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
enableAutoBranchCreation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-auto-branch-creation |
enableAutoBuild | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-auto-build |
enablePerformanceMode | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-performance-mode |
enablePullRequestPreview | java.lang.Boolean | cdk.support/lookup-entry | :enable-pull-request-preview |
environmentVariables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment-variables |
framework | java.lang.String | cdk.support/lookup-entry | :framework |
pullRequestEnvironmentName | java.lang.String | cdk.support/lookup-entry | :pull-request-environment-name |
stage | java.lang.String | cdk.support/lookup-entry | :stage |
The build-cfn-app-auto-branch-creation-config-property-builder function updates a CfnApp$AutoBranchCreationConfigProperty$Builder instance using the provided configuration. The function takes the CfnApp$AutoBranchCreationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoBranchCreationPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-branch-creation-patterns` | | `basicAuthConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:basic-auth-config` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `enableAutoBranchCreation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-auto-branch-creation` | | `enableAutoBuild` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-auto-build` | | `enablePerformanceMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-performance-mode` | | `enablePullRequestPreview` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-pull-request-preview` | | `environmentVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-variables` | | `framework` | java.lang.String | [[cdk.support/lookup-entry]] | `:framework` | | `pullRequestEnvironmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pull-request-environment-name` | | `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
(build-cfn-app-basic-auth-config-property-builder builder id config)
The build-cfn-app-basic-auth-config-property-builder function updates a CfnApp$BasicAuthConfigProperty$Builder instance using the provided configuration. The function takes the CfnApp$BasicAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableBasicAuth | java.lang.Boolean | cdk.support/lookup-entry | :enable-basic-auth |
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-app-basic-auth-config-property-builder function updates a CfnApp$BasicAuthConfigProperty$Builder instance using the provided configuration. The function takes the CfnApp$BasicAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableBasicAuth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-basic-auth` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-app-builder builder id config)
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | java.lang.String | cdk.support/lookup-entry | :access-token |
autoBranchCreationConfig | software.amazon.awscdk.services.amplify.CfnApp$AutoBranchCreationConfigProperty | cdk.support/lookup-entry | :auto-branch-creation-config |
basicAuthConfig | software.amazon.awscdk.services.amplify.CfnApp$BasicAuthConfigProperty | cdk.support/lookup-entry | :basic-auth-config |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
customHeaders | java.lang.String | cdk.support/lookup-entry | :custom-headers |
customRules | java.util.List | cdk.support/lookup-entry | :custom-rules |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableBranchAutoDeletion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-branch-auto-deletion |
environmentVariables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment-variables |
iamServiceRole | java.lang.String | cdk.support/lookup-entry | :iam-service-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
oauthToken | java.lang.String | cdk.support/lookup-entry | :oauth-token |
platform | java.lang.String | cdk.support/lookup-entry | :platform |
repository | java.lang.String | cdk.support/lookup-entry | :repository |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` | | `autoBranchCreationConfig` | software.amazon.awscdk.services.amplify.CfnApp$AutoBranchCreationConfigProperty | [[cdk.support/lookup-entry]] | `:auto-branch-creation-config` | | `basicAuthConfig` | software.amazon.awscdk.services.amplify.CfnApp$BasicAuthConfigProperty | [[cdk.support/lookup-entry]] | `:basic-auth-config` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `customHeaders` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-headers` | | `customRules` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-rules` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableBranchAutoDeletion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-branch-auto-deletion` | | `environmentVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-variables` | | `iamServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-service-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `oauthToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:oauth-token` | | `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` | | `repository` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-app-custom-rule-property-builder builder id config)
The build-cfn-app-custom-rule-property-builder function updates a CfnApp$CustomRuleProperty$Builder instance using the provided configuration. The function takes the CfnApp$CustomRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
condition | java.lang.String | cdk.support/lookup-entry | :condition |
source | java.lang.String | cdk.support/lookup-entry | :source |
status | java.lang.String | cdk.support/lookup-entry | :status |
target | java.lang.String | cdk.support/lookup-entry | :target |
The build-cfn-app-custom-rule-property-builder function updates a CfnApp$CustomRuleProperty$Builder instance using the provided configuration. The function takes the CfnApp$CustomRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `condition` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
(build-cfn-app-environment-variable-property-builder builder id config)
The build-cfn-app-environment-variable-property-builder function updates a CfnApp$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnApp$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-app-environment-variable-property-builder function updates a CfnApp$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnApp$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-app-props-builder builder id config)
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessToken | java.lang.String | cdk.support/lookup-entry | :access-token |
autoBranchCreationConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-branch-creation-config |
basicAuthConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :basic-auth-config |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
customHeaders | java.lang.String | cdk.support/lookup-entry | :custom-headers |
customRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-rules |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableBranchAutoDeletion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-branch-auto-deletion |
environmentVariables | java.util.List | cdk.support/lookup-entry | :environment-variables |
iamServiceRole | java.lang.String | cdk.support/lookup-entry | :iam-service-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
oauthToken | java.lang.String | cdk.support/lookup-entry | :oauth-token |
platform | java.lang.String | cdk.support/lookup-entry | :platform |
repository | java.lang.String | cdk.support/lookup-entry | :repository |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` | | `autoBranchCreationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-branch-creation-config` | | `basicAuthConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:basic-auth-config` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `customHeaders` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-headers` | | `customRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-rules` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableBranchAutoDeletion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-branch-auto-deletion` | | `environmentVariables` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-variables` | | `iamServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-service-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `oauthToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:oauth-token` | | `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` | | `repository` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-branch-backend-property-builder builder id config)
The build-cfn-branch-backend-property-builder function updates a CfnBranch$BackendProperty$Builder instance using the provided configuration. The function takes the CfnBranch$BackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stackArn | java.lang.String | cdk.support/lookup-entry | :stack-arn |
The build-cfn-branch-backend-property-builder function updates a CfnBranch$BackendProperty$Builder instance using the provided configuration. The function takes the CfnBranch$BackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `stackArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-arn` |
(build-cfn-branch-basic-auth-config-property-builder builder id config)
The build-cfn-branch-basic-auth-config-property-builder function updates a CfnBranch$BasicAuthConfigProperty$Builder instance using the provided configuration. The function takes the CfnBranch$BasicAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableBasicAuth | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-basic-auth |
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-branch-basic-auth-config-property-builder function updates a CfnBranch$BasicAuthConfigProperty$Builder instance using the provided configuration. The function takes the CfnBranch$BasicAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableBasicAuth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-basic-auth` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-branch-builder builder id config)
The build-cfn-branch-builder function updates a CfnBranch$Builder instance using the provided configuration. The function takes the CfnBranch$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appId | java.lang.String | cdk.support/lookup-entry | :app-id |
backend | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :backend |
basicAuthConfig | software.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigProperty | cdk.support/lookup-entry | :basic-auth-config |
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableAutoBuild | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-auto-build |
enablePerformanceMode | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-performance-mode |
enablePullRequestPreview | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-pull-request-preview |
environmentVariables | java.util.List | cdk.support/lookup-entry | :environment-variables |
framework | java.lang.String | cdk.support/lookup-entry | :framework |
pullRequestEnvironmentName | java.lang.String | cdk.support/lookup-entry | :pull-request-environment-name |
stage | java.lang.String | cdk.support/lookup-entry | :stage |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-branch-builder function updates a CfnBranch$Builder instance using the provided configuration. The function takes the CfnBranch$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appId` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id` | | `backend` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backend` | | `basicAuthConfig` | software.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigProperty | [[cdk.support/lookup-entry]] | `:basic-auth-config` | | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableAutoBuild` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-auto-build` | | `enablePerformanceMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-performance-mode` | | `enablePullRequestPreview` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-pull-request-preview` | | `environmentVariables` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-variables` | | `framework` | java.lang.String | [[cdk.support/lookup-entry]] | `:framework` | | `pullRequestEnvironmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pull-request-environment-name` | | `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-branch-environment-variable-property-builder builder id config)
The build-cfn-branch-environment-variable-property-builder function updates a CfnBranch$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnBranch$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-branch-environment-variable-property-builder function updates a CfnBranch$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnBranch$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-branch-props-builder builder id config)
The build-cfn-branch-props-builder function updates a CfnBranchProps$Builder instance using the provided configuration. The function takes the CfnBranchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appId | java.lang.String | cdk.support/lookup-entry | :app-id |
backend | software.amazon.awscdk.services.amplify.CfnBranch$BackendProperty | cdk.support/lookup-entry | :backend |
basicAuthConfig | software.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigProperty | cdk.support/lookup-entry | :basic-auth-config |
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
buildSpec | java.lang.String | cdk.support/lookup-entry | :build-spec |
description | java.lang.String | cdk.support/lookup-entry | :description |
enableAutoBuild | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-auto-build |
enablePerformanceMode | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-mode |
enablePullRequestPreview | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-pull-request-preview |
environmentVariables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment-variables |
framework | java.lang.String | cdk.support/lookup-entry | :framework |
pullRequestEnvironmentName | java.lang.String | cdk.support/lookup-entry | :pull-request-environment-name |
stage | java.lang.String | cdk.support/lookup-entry | :stage |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-branch-props-builder function updates a CfnBranchProps$Builder instance using the provided configuration. The function takes the CfnBranchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appId` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id` | | `backend` | software.amazon.awscdk.services.amplify.CfnBranch$BackendProperty | [[cdk.support/lookup-entry]] | `:backend` | | `basicAuthConfig` | software.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigProperty | [[cdk.support/lookup-entry]] | `:basic-auth-config` | | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `buildSpec` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-spec` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enableAutoBuild` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-auto-build` | | `enablePerformanceMode` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-mode` | | `enablePullRequestPreview` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-pull-request-preview` | | `environmentVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-variables` | | `framework` | java.lang.String | [[cdk.support/lookup-entry]] | `:framework` | | `pullRequestEnvironmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pull-request-environment-name` | | `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-domain-builder builder id config)
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appId | java.lang.String | cdk.support/lookup-entry | :app-id |
autoSubDomainCreationPatterns | java.util.List | cdk.support/lookup-entry | :auto-sub-domain-creation-patterns |
autoSubDomainIamRole | java.lang.String | cdk.support/lookup-entry | :auto-sub-domain-iam-role |
certificateSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :certificate-settings |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
enableAutoSubDomain | java.lang.Boolean | cdk.support/lookup-entry | :enable-auto-sub-domain |
subDomainSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sub-domain-settings |
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appId` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id` | | `autoSubDomainCreationPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-sub-domain-creation-patterns` | | `autoSubDomainIamRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-sub-domain-iam-role` | | `certificateSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate-settings` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `enableAutoSubDomain` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-auto-sub-domain` | | `subDomainSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sub-domain-settings` |
(build-cfn-domain-certificate-property-builder builder id config)
The build-cfn-domain-certificate-property-builder function updates a CfnDomain$CertificateProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
certificateType | java.lang.String | cdk.support/lookup-entry | :certificate-type |
certificateVerificationDnsRecord | java.lang.String | cdk.support/lookup-entry | :certificate-verification-dns-record |
The build-cfn-domain-certificate-property-builder function updates a CfnDomain$CertificateProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `certificateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-type` | | `certificateVerificationDnsRecord` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-verification-dns-record` |
(build-cfn-domain-certificate-settings-property-builder builder id config)
The build-cfn-domain-certificate-settings-property-builder function updates a CfnDomain$CertificateSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CertificateSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateType | java.lang.String | cdk.support/lookup-entry | :certificate-type |
customCertificateArn | java.lang.String | cdk.support/lookup-entry | :custom-certificate-arn |
The build-cfn-domain-certificate-settings-property-builder function updates a CfnDomain$CertificateSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CertificateSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-type` | | `customCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-certificate-arn` |
(build-cfn-domain-props-builder builder id config)
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appId | java.lang.String | cdk.support/lookup-entry | :app-id |
autoSubDomainCreationPatterns | java.util.List | cdk.support/lookup-entry | :auto-sub-domain-creation-patterns |
autoSubDomainIamRole | java.lang.String | cdk.support/lookup-entry | :auto-sub-domain-iam-role |
certificateSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :certificate-settings |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
enableAutoSubDomain | java.lang.Boolean | cdk.support/lookup-entry | :enable-auto-sub-domain |
subDomainSettings | java.util.List | cdk.support/lookup-entry | :sub-domain-settings |
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appId` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id` | | `autoSubDomainCreationPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:auto-sub-domain-creation-patterns` | | `autoSubDomainIamRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-sub-domain-iam-role` | | `certificateSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate-settings` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `enableAutoSubDomain` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-auto-sub-domain` | | `subDomainSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:sub-domain-settings` |
(build-cfn-domain-sub-domain-setting-property-builder builder id config)
The build-cfn-domain-sub-domain-setting-property-builder function updates a CfnDomain$SubDomainSettingProperty$Builder instance using the provided configuration. The function takes the CfnDomain$SubDomainSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
branchName | java.lang.String | cdk.support/lookup-entry | :branch-name |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-cfn-domain-sub-domain-setting-property-builder function updates a CfnDomain$SubDomainSettingProperty$Builder instance using the provided configuration. The function takes the CfnDomain$SubDomainSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `branchName` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch-name` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(cfn-app-auto-branch-creation-config-property-builder id config)
Creates a CfnApp$AutoBranchCreationConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApp$AutoBranchCreationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-app-basic-auth-config-property-builder id config)
Creates a CfnApp$BasicAuthConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApp$BasicAuthConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-app-builder scope id config)
Creates a CfnApp$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnApp$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-app-custom-rule-property-builder id config)
Creates a CfnApp$CustomRuleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApp$CustomRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-app-environment-variable-property-builder id config)
Creates a CfnApp$EnvironmentVariableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApp$EnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-app-props-builder id config)
Creates a CfnAppProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAppProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-branch-backend-property-builder id config)
Creates a CfnBranch$BackendProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBranch$BackendProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-branch-basic-auth-config-property-builder id config)
Creates a CfnBranch$BasicAuthConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBranch$BasicAuthConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-branch-builder scope id config)
Creates a CfnBranch$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnBranch$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-branch-environment-variable-property-builder id config)
Creates a CfnBranch$EnvironmentVariableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBranch$EnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-branch-props-builder id config)
Creates a CfnBranchProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBranchProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-builder scope id config)
Creates a CfnDomain$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDomain$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-certificate-property-builder id config)
Creates a CfnDomain$CertificateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomain$CertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-certificate-settings-property-builder id config)
Creates a CfnDomain$CertificateSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomain$CertificateSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-props-builder id config)
Creates a CfnDomainProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomainProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-sub-domain-setting-property-builder id config)
Creates a CfnDomain$SubDomainSettingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomain$SubDomainSettingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close