Liking cljdoc? Tell your friends :D

cdk.api.services.amplify

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. 
raw docstring

build-cfn-app-auto-branch-creation-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
autoBranchCreationPatternsjava.util.Listcdk.support/lookup-entry:auto-branch-creation-patterns
basicAuthConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:basic-auth-config
buildSpecjava.lang.Stringcdk.support/lookup-entry:build-spec
enableAutoBranchCreationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-auto-branch-creation
enableAutoBuildsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-auto-build
enablePerformanceModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-performance-mode
enablePullRequestPreviewjava.lang.Booleancdk.support/lookup-entry:enable-pull-request-preview
environmentVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-variables
frameworkjava.lang.Stringcdk.support/lookup-entry:framework
pullRequestEnvironmentNamejava.lang.Stringcdk.support/lookup-entry:pull-request-environment-name
stagejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-basic-auth-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
enableBasicAuthjava.lang.Booleancdk.support/lookup-entry:enable-basic-auth
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
autoBranchCreationConfigsoftware.amazon.awscdk.services.amplify.CfnApp$AutoBranchCreationConfigPropertycdk.support/lookup-entry:auto-branch-creation-config
basicAuthConfigsoftware.amazon.awscdk.services.amplify.CfnApp$BasicAuthConfigPropertycdk.support/lookup-entry:basic-auth-config
buildSpecjava.lang.Stringcdk.support/lookup-entry:build-spec
customHeadersjava.lang.Stringcdk.support/lookup-entry:custom-headers
customRulesjava.util.Listcdk.support/lookup-entry:custom-rules
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enableBranchAutoDeletionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-branch-auto-deletion
environmentVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-variables
iamServiceRolejava.lang.Stringcdk.support/lookup-entry:iam-service-role
namejava.lang.Stringcdk.support/lookup-entry:name
oauthTokenjava.lang.Stringcdk.support/lookup-entry:oauth-token
platformjava.lang.Stringcdk.support/lookup-entry:platform
repositoryjava.lang.Stringcdk.support/lookup-entry:repository
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-app-custom-rule-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
conditionjava.lang.Stringcdk.support/lookup-entry:condition
sourcejava.lang.Stringcdk.support/lookup-entry:source
statusjava.lang.Stringcdk.support/lookup-entry:status
targetjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-environment-variable-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
autoBranchCreationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-branch-creation-config
basicAuthConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:basic-auth-config
buildSpecjava.lang.Stringcdk.support/lookup-entry:build-spec
customHeadersjava.lang.Stringcdk.support/lookup-entry:custom-headers
customRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-rules
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enableBranchAutoDeletionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-branch-auto-deletion
environmentVariablesjava.util.Listcdk.support/lookup-entry:environment-variables
iamServiceRolejava.lang.Stringcdk.support/lookup-entry:iam-service-role
namejava.lang.Stringcdk.support/lookup-entry:name
oauthTokenjava.lang.Stringcdk.support/lookup-entry:oauth-token
platformjava.lang.Stringcdk.support/lookup-entry:platform
repositoryjava.lang.Stringcdk.support/lookup-entry:repository
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-branch-backend-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
stackArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-branch-basic-auth-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
enableBasicAuthsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-basic-auth
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-branch-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdjava.lang.Stringcdk.support/lookup-entry:app-id
backendsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backend
basicAuthConfigsoftware.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigPropertycdk.support/lookup-entry:basic-auth-config
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
buildSpecjava.lang.Stringcdk.support/lookup-entry:build-spec
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enableAutoBuildsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-auto-build
enablePerformanceModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-performance-mode
enablePullRequestPreviewsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-pull-request-preview
environmentVariablesjava.util.Listcdk.support/lookup-entry:environment-variables
frameworkjava.lang.Stringcdk.support/lookup-entry:framework
pullRequestEnvironmentNamejava.lang.Stringcdk.support/lookup-entry:pull-request-environment-name
stagejava.lang.Stringcdk.support/lookup-entry:stage
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-branch-environment-variable-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-branch-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdjava.lang.Stringcdk.support/lookup-entry:app-id
backendsoftware.amazon.awscdk.services.amplify.CfnBranch$BackendPropertycdk.support/lookup-entry:backend
basicAuthConfigsoftware.amazon.awscdk.services.amplify.CfnBranch$BasicAuthConfigPropertycdk.support/lookup-entry:basic-auth-config
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
buildSpecjava.lang.Stringcdk.support/lookup-entry:build-spec
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enableAutoBuildsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-auto-build
enablePerformanceModejava.lang.Booleancdk.support/lookup-entry:enable-performance-mode
enablePullRequestPreviewsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-pull-request-preview
environmentVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-variables
frameworkjava.lang.Stringcdk.support/lookup-entry:framework
pullRequestEnvironmentNamejava.lang.Stringcdk.support/lookup-entry:pull-request-environment-name
stagejava.lang.Stringcdk.support/lookup-entry:stage
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-domain-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdjava.lang.Stringcdk.support/lookup-entry:app-id
autoSubDomainCreationPatternsjava.util.Listcdk.support/lookup-entry:auto-sub-domain-creation-patterns
autoSubDomainIamRolejava.lang.Stringcdk.support/lookup-entry:auto-sub-domain-iam-role
certificateSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate-settings
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
enableAutoSubDomainjava.lang.Booleancdk.support/lookup-entry:enable-auto-sub-domain
subDomainSettingssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-domain-certificate-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
certificateTypejava.lang.Stringcdk.support/lookup-entry:certificate-type
certificateVerificationDnsRecordjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-certificate-settings-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateTypejava.lang.Stringcdk.support/lookup-entry:certificate-type
customCertificateArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdjava.lang.Stringcdk.support/lookup-entry:app-id
autoSubDomainCreationPatternsjava.util.Listcdk.support/lookup-entry:auto-sub-domain-creation-patterns
autoSubDomainIamRolejava.lang.Stringcdk.support/lookup-entry:auto-sub-domain-iam-role
certificateSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate-settings
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
enableAutoSubDomainjava.lang.Booleancdk.support/lookup-entry:enable-auto-sub-domain
subDomainSettingsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-domain-sub-domain-setting-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
branchNamejava.lang.Stringcdk.support/lookup-entry:branch-name
prefixjava.lang.Stringcdk.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` |
sourceraw docstring

cfn-app-auto-branch-creation-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-basic-auth-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-builderclj

(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 |
sourceraw docstring

cfn-app-custom-rule-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-environment-variable-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-branch-backend-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-branch-basic-auth-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-branch-builderclj

(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 |
sourceraw docstring

cfn-branch-environment-variable-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-branch-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-builderclj

(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 |
sourceraw docstring

cfn-domain-certificate-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-certificate-settings-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-sub-domain-setting-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close