Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.lakeformation

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lakeformation package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lakeformation package. 
raw docstring

build-cfn-data-cells-filter-builderclj

(build-cfn-data-cells-filter-builder builder id config)

The build-cfn-data-cells-filter-builder function updates a CfnDataCellsFilter$Builder instance using the provided configuration. The function takes the CfnDataCellsFilter$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
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
columnWildcardsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-wildcard
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
rowFiltersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:row-filter
tableCatalogIdjava.lang.Stringcdk.support/lookup-entry:table-catalog-id
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-data-cells-filter-builder function updates a CfnDataCellsFilter$Builder instance using the provided configuration.
  The function takes the CfnDataCellsFilter$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 |
|---|---|---|---|
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `columnWildcard` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-wildcard` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `rowFilter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:row-filter` |
| `tableCatalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-catalog-id` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-data-cells-filter-column-wildcard-property-builderclj

(build-cfn-data-cells-filter-column-wildcard-property-builder builder id config)

The build-cfn-data-cells-filter-column-wildcard-property-builder function updates a CfnDataCellsFilter$ColumnWildcardProperty$Builder instance using the provided configuration. The function takes the CfnDataCellsFilter$ColumnWildcardProperty$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
excludedColumnNamesjava.util.Listcdk.support/lookup-entry:excluded-column-names
The build-cfn-data-cells-filter-column-wildcard-property-builder function updates a CfnDataCellsFilter$ColumnWildcardProperty$Builder instance using the provided configuration.
  The function takes the CfnDataCellsFilter$ColumnWildcardProperty$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 |
|---|---|---|---|
| `excludedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-column-names` |
sourceraw docstring

build-cfn-data-cells-filter-props-builderclj

(build-cfn-data-cells-filter-props-builder builder id config)

The build-cfn-data-cells-filter-props-builder function updates a CfnDataCellsFilterProps$Builder instance using the provided configuration. The function takes the CfnDataCellsFilterProps$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
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
columnWildcardsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-wildcard
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
rowFiltersoftware.amazon.awscdk.services.lakeformation.CfnDataCellsFilter$RowFilterPropertycdk.support/lookup-entry:row-filter
tableCatalogIdjava.lang.Stringcdk.support/lookup-entry:table-catalog-id
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-data-cells-filter-props-builder function updates a CfnDataCellsFilterProps$Builder instance using the provided configuration.
  The function takes the CfnDataCellsFilterProps$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 |
|---|---|---|---|
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `columnWildcard` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-wildcard` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `rowFilter` | software.amazon.awscdk.services.lakeformation.CfnDataCellsFilter$RowFilterProperty | [[cdk.support/lookup-entry]] | `:row-filter` |
| `tableCatalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-catalog-id` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-data-cells-filter-row-filter-property-builderclj

(build-cfn-data-cells-filter-row-filter-property-builder builder id config)

The build-cfn-data-cells-filter-row-filter-property-builder function updates a CfnDataCellsFilter$RowFilterProperty$Builder instance using the provided configuration. The function takes the CfnDataCellsFilter$RowFilterProperty$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
allRowsWildcardjava.lang.Objectcdk.support/lookup-entry:all-rows-wildcard
filterExpressionjava.lang.Stringcdk.support/lookup-entry:filter-expression
The build-cfn-data-cells-filter-row-filter-property-builder function updates a CfnDataCellsFilter$RowFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnDataCellsFilter$RowFilterProperty$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 |
|---|---|---|---|
| `allRowsWildcard` | java.lang.Object | [[cdk.support/lookup-entry]] | `:all-rows-wildcard` |
| `filterExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-expression` |
sourceraw docstring

build-cfn-data-lake-settings-builderclj

(build-cfn-data-lake-settings-builder builder id config)

The build-cfn-data-lake-settings-builder function updates a CfnDataLakeSettings$Builder instance using the provided configuration. The function takes the CfnDataLakeSettings$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
adminssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:admins
allowExternalDataFilteringsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-external-data-filtering
allowFullTableExternalDataAccessjava.lang.Booleancdk.support/lookup-entry:allow-full-table-external-data-access
authorizedSessionTagValueListjava.util.Listcdk.support/lookup-entry:authorized-session-tag-value-list
createDatabaseDefaultPermissionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:create-database-default-permissions
createTableDefaultPermissionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:create-table-default-permissions
externalDataFilteringAllowListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:external-data-filtering-allow-list
mutationTypejava.lang.Stringcdk.support/lookup-entry:mutation-type
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
trustedResourceOwnersjava.util.Listcdk.support/lookup-entry:trusted-resource-owners
The build-cfn-data-lake-settings-builder function updates a CfnDataLakeSettings$Builder instance using the provided configuration.
  The function takes the CfnDataLakeSettings$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 |
|---|---|---|---|
| `admins` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:admins` |
| `allowExternalDataFiltering` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-external-data-filtering` |
| `allowFullTableExternalDataAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-full-table-external-data-access` |
| `authorizedSessionTagValueList` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-session-tag-value-list` |
| `createDatabaseDefaultPermissions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:create-database-default-permissions` |
| `createTableDefaultPermissions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:create-table-default-permissions` |
| `externalDataFilteringAllowList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:external-data-filtering-allow-list` |
| `mutationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mutation-type` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `trustedResourceOwners` | java.util.List | [[cdk.support/lookup-entry]] | `:trusted-resource-owners` |
sourceraw docstring

build-cfn-data-lake-settings-data-lake-principal-property-builderclj

(build-cfn-data-lake-settings-data-lake-principal-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-data-lake-settings-data-lake-principal-property-builder function updates a CfnDataLakeSettings$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnDataLakeSettings$DataLakePrincipalProperty$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
dataLakePrincipalIdentifierjava.lang.Stringcdk.support/lookup-entry:data-lake-principal-identifier
The build-cfn-data-lake-settings-data-lake-principal-property-builder function updates a CfnDataLakeSettings$DataLakePrincipalProperty$Builder instance using the provided configuration.
  The function takes the CfnDataLakeSettings$DataLakePrincipalProperty$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 |
|---|---|---|---|
| `dataLakePrincipalIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-principal-identifier` |
sourceraw docstring

build-cfn-data-lake-settings-principal-permissions-property-builderclj

(build-cfn-data-lake-settings-principal-permissions-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-data-lake-settings-principal-permissions-property-builder function updates a CfnDataLakeSettings$PrincipalPermissionsProperty$Builder instance using the provided configuration. The function takes the CfnDataLakeSettings$PrincipalPermissionsProperty$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
permissionsjava.util.Listcdk.support/lookup-entry:permissions
principalsoftware.amazon.awscdk.services.lakeformation.CfnDataLakeSettings$DataLakePrincipalPropertycdk.support/lookup-entry:principal
The build-cfn-data-lake-settings-principal-permissions-property-builder function updates a CfnDataLakeSettings$PrincipalPermissionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataLakeSettings$PrincipalPermissionsProperty$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 |
|---|---|---|---|
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `principal` | software.amazon.awscdk.services.lakeformation.CfnDataLakeSettings$DataLakePrincipalProperty | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-data-lake-settings-props-builderclj

(build-cfn-data-lake-settings-props-builder builder id config)

The build-cfn-data-lake-settings-props-builder function updates a CfnDataLakeSettingsProps$Builder instance using the provided configuration. The function takes the CfnDataLakeSettingsProps$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
adminssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:admins
allowExternalDataFilteringsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-external-data-filtering
allowFullTableExternalDataAccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-full-table-external-data-access
authorizedSessionTagValueListjava.util.Listcdk.support/lookup-entry:authorized-session-tag-value-list
createDatabaseDefaultPermissionsjava.util.Listcdk.support/lookup-entry:create-database-default-permissions
createTableDefaultPermissionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:create-table-default-permissions
externalDataFilteringAllowListjava.util.Listcdk.support/lookup-entry:external-data-filtering-allow-list
mutationTypejava.lang.Stringcdk.support/lookup-entry:mutation-type
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
trustedResourceOwnersjava.util.Listcdk.support/lookup-entry:trusted-resource-owners
The build-cfn-data-lake-settings-props-builder function updates a CfnDataLakeSettingsProps$Builder instance using the provided configuration.
  The function takes the CfnDataLakeSettingsProps$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 |
|---|---|---|---|
| `admins` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:admins` |
| `allowExternalDataFiltering` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-external-data-filtering` |
| `allowFullTableExternalDataAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-full-table-external-data-access` |
| `authorizedSessionTagValueList` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-session-tag-value-list` |
| `createDatabaseDefaultPermissions` | java.util.List | [[cdk.support/lookup-entry]] | `:create-database-default-permissions` |
| `createTableDefaultPermissions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:create-table-default-permissions` |
| `externalDataFilteringAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:external-data-filtering-allow-list` |
| `mutationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mutation-type` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `trustedResourceOwners` | java.util.List | [[cdk.support/lookup-entry]] | `:trusted-resource-owners` |
sourceraw docstring

build-cfn-permissions-builderclj

(build-cfn-permissions-builder builder id config)

The build-cfn-permissions-builder function updates a CfnPermissions$Builder instance using the provided configuration. The function takes the CfnPermissions$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
dataLakePrincipalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-lake-principal
permissionsjava.util.Listcdk.support/lookup-entry:permissions
permissionsWithGrantOptionjava.util.Listcdk.support/lookup-entry:permissions-with-grant-option
resourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource
The build-cfn-permissions-builder function updates a CfnPermissions$Builder instance using the provided configuration.
  The function takes the CfnPermissions$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 |
|---|---|---|---|
| `dataLakePrincipal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-lake-principal` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `permissionsWithGrantOption` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions-with-grant-option` |
| `resource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-permissions-column-wildcard-property-builderclj

(build-cfn-permissions-column-wildcard-property-builder builder id config)

The build-cfn-permissions-column-wildcard-property-builder function updates a CfnPermissions$ColumnWildcardProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$ColumnWildcardProperty$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
excludedColumnNamesjava.util.Listcdk.support/lookup-entry:excluded-column-names
The build-cfn-permissions-column-wildcard-property-builder function updates a CfnPermissions$ColumnWildcardProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$ColumnWildcardProperty$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 |
|---|---|---|---|
| `excludedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-column-names` |
sourceraw docstring

build-cfn-permissions-data-lake-principal-property-builderclj

(build-cfn-permissions-data-lake-principal-property-builder builder id config)

The build-cfn-permissions-data-lake-principal-property-builder function updates a CfnPermissions$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$DataLakePrincipalProperty$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
dataLakePrincipalIdentifierjava.lang.Stringcdk.support/lookup-entry:data-lake-principal-identifier
The build-cfn-permissions-data-lake-principal-property-builder function updates a CfnPermissions$DataLakePrincipalProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$DataLakePrincipalProperty$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 |
|---|---|---|---|
| `dataLakePrincipalIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-principal-identifier` |
sourceraw docstring

build-cfn-permissions-data-location-resource-property-builderclj

(build-cfn-permissions-data-location-resource-property-builder builder
                                                               id
                                                               config)

The build-cfn-permissions-data-location-resource-property-builder function updates a CfnPermissions$DataLocationResourceProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$DataLocationResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
s3Resourcejava.lang.Stringcdk.support/lookup-entry:s3-resource
The build-cfn-permissions-data-location-resource-property-builder function updates a CfnPermissions$DataLocationResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$DataLocationResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `s3Resource` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-resource` |
sourceraw docstring

build-cfn-permissions-database-resource-property-builderclj

(build-cfn-permissions-database-resource-property-builder builder id config)

The build-cfn-permissions-database-resource-property-builder function updates a CfnPermissions$DatabaseResourceProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$DatabaseResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-permissions-database-resource-property-builder function updates a CfnPermissions$DatabaseResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$DatabaseResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-permissions-props-builderclj

(build-cfn-permissions-props-builder builder id config)

The build-cfn-permissions-props-builder function updates a CfnPermissionsProps$Builder instance using the provided configuration. The function takes the CfnPermissionsProps$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
dataLakePrincipalsoftware.amazon.awscdk.services.lakeformation.CfnPermissions$DataLakePrincipalPropertycdk.support/lookup-entry:data-lake-principal
permissionsjava.util.Listcdk.support/lookup-entry:permissions
permissionsWithGrantOptionjava.util.Listcdk.support/lookup-entry:permissions-with-grant-option
resourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource
The build-cfn-permissions-props-builder function updates a CfnPermissionsProps$Builder instance using the provided configuration.
  The function takes the CfnPermissionsProps$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 |
|---|---|---|---|
| `dataLakePrincipal` | software.amazon.awscdk.services.lakeformation.CfnPermissions$DataLakePrincipalProperty | [[cdk.support/lookup-entry]] | `:data-lake-principal` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `permissionsWithGrantOption` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions-with-grant-option` |
| `resource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-permissions-resource-property-builderclj

(build-cfn-permissions-resource-property-builder builder id config)

The build-cfn-permissions-resource-property-builder function updates a CfnPermissions$ResourceProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$ResourceProperty$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
dataLocationResourcesoftware.amazon.awscdk.services.lakeformation.CfnPermissions$DataLocationResourcePropertycdk.support/lookup-entry:data-location-resource
databaseResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:database-resource
tableResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:table-resource
tableWithColumnsResourcesoftware.amazon.awscdk.services.lakeformation.CfnPermissions$TableWithColumnsResourcePropertycdk.support/lookup-entry:table-with-columns-resource
The build-cfn-permissions-resource-property-builder function updates a CfnPermissions$ResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$ResourceProperty$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 |
|---|---|---|---|
| `dataLocationResource` | software.amazon.awscdk.services.lakeformation.CfnPermissions$DataLocationResourceProperty | [[cdk.support/lookup-entry]] | `:data-location-resource` |
| `databaseResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:database-resource` |
| `tableResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table-resource` |
| `tableWithColumnsResource` | software.amazon.awscdk.services.lakeformation.CfnPermissions$TableWithColumnsResourceProperty | [[cdk.support/lookup-entry]] | `:table-with-columns-resource` |
sourceraw docstring

build-cfn-permissions-table-resource-property-builderclj

(build-cfn-permissions-table-resource-property-builder builder id config)

The build-cfn-permissions-table-resource-property-builder function updates a CfnPermissions$TableResourceProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$TableResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
tableWildcardsoftware.amazon.awscdk.services.lakeformation.CfnPermissions$TableWildcardPropertycdk.support/lookup-entry:table-wildcard
The build-cfn-permissions-table-resource-property-builder function updates a CfnPermissions$TableResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$TableResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableWildcard` | software.amazon.awscdk.services.lakeformation.CfnPermissions$TableWildcardProperty | [[cdk.support/lookup-entry]] | `:table-wildcard` |
sourceraw docstring

build-cfn-permissions-table-with-columns-resource-property-builderclj

(build-cfn-permissions-table-with-columns-resource-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-permissions-table-with-columns-resource-property-builder function updates a CfnPermissions$TableWithColumnsResourceProperty$Builder instance using the provided configuration. The function takes the CfnPermissions$TableWithColumnsResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
columnWildcardsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-wildcard
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-permissions-table-with-columns-resource-property-builder function updates a CfnPermissions$TableWithColumnsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPermissions$TableWithColumnsResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `columnWildcard` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-wildcard` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-principal-permissions-builderclj

(build-cfn-principal-permissions-builder builder id config)

The build-cfn-principal-permissions-builder function updates a CfnPrincipalPermissions$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$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
catalogjava.lang.Stringcdk.support/lookup-entry:catalog
permissionsjava.util.Listcdk.support/lookup-entry:permissions
permissionsWithGrantOptionjava.util.Listcdk.support/lookup-entry:permissions-with-grant-option
principalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:principal
resourcesoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$ResourcePropertycdk.support/lookup-entry:resource
The build-cfn-principal-permissions-builder function updates a CfnPrincipalPermissions$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$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 |
|---|---|---|---|
| `catalog` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `permissionsWithGrantOption` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions-with-grant-option` |
| `principal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:principal` |
| `resource` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$ResourceProperty | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-principal-permissions-column-wildcard-property-builderclj

(build-cfn-principal-permissions-column-wildcard-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-principal-permissions-column-wildcard-property-builder function updates a CfnPrincipalPermissions$ColumnWildcardProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$ColumnWildcardProperty$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
excludedColumnNamesjava.util.Listcdk.support/lookup-entry:excluded-column-names
The build-cfn-principal-permissions-column-wildcard-property-builder function updates a CfnPrincipalPermissions$ColumnWildcardProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$ColumnWildcardProperty$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 |
|---|---|---|---|
| `excludedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-column-names` |
sourceraw docstring

build-cfn-principal-permissions-data-cells-filter-resource-property-builderclj

(build-cfn-principal-permissions-data-cells-filter-resource-property-builder
  builder
  id
  config)

The build-cfn-principal-permissions-data-cells-filter-resource-property-builder function updates a CfnPrincipalPermissions$DataCellsFilterResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$DataCellsFilterResourceProperty$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
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
tableCatalogIdjava.lang.Stringcdk.support/lookup-entry:table-catalog-id
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-principal-permissions-data-cells-filter-resource-property-builder function updates a CfnPrincipalPermissions$DataCellsFilterResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$DataCellsFilterResourceProperty$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 |
|---|---|---|---|
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableCatalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-catalog-id` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-principal-permissions-data-lake-principal-property-builderclj

(build-cfn-principal-permissions-data-lake-principal-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-principal-permissions-data-lake-principal-property-builder function updates a CfnPrincipalPermissions$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$DataLakePrincipalProperty$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
dataLakePrincipalIdentifierjava.lang.Stringcdk.support/lookup-entry:data-lake-principal-identifier
The build-cfn-principal-permissions-data-lake-principal-property-builder function updates a CfnPrincipalPermissions$DataLakePrincipalProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$DataLakePrincipalProperty$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 |
|---|---|---|---|
| `dataLakePrincipalIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-principal-identifier` |
sourceraw docstring

build-cfn-principal-permissions-data-location-resource-property-builderclj

(build-cfn-principal-permissions-data-location-resource-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-principal-permissions-data-location-resource-property-builder function updates a CfnPrincipalPermissions$DataLocationResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$DataLocationResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
The build-cfn-principal-permissions-data-location-resource-property-builder function updates a CfnPrincipalPermissions$DataLocationResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$DataLocationResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
sourceraw docstring

build-cfn-principal-permissions-database-resource-property-builderclj

(build-cfn-principal-permissions-database-resource-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-principal-permissions-database-resource-property-builder function updates a CfnPrincipalPermissions$DatabaseResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$DatabaseResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-principal-permissions-database-resource-property-builder function updates a CfnPrincipalPermissions$DatabaseResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$DatabaseResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-principal-permissions-lf-tag-key-resource-property-builderclj

(build-cfn-principal-permissions-lf-tag-key-resource-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-principal-permissions-lf-tag-key-resource-property-builder function updates a CfnPrincipalPermissions$LFTagKeyResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$LFTagKeyResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
tagKeyjava.lang.Stringcdk.support/lookup-entry:tag-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-principal-permissions-lf-tag-key-resource-property-builder function updates a CfnPrincipalPermissions$LFTagKeyResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$LFTagKeyResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

build-cfn-principal-permissions-lf-tag-policy-resource-property-builderclj

(build-cfn-principal-permissions-lf-tag-policy-resource-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-principal-permissions-lf-tag-policy-resource-property-builder function updates a CfnPrincipalPermissions$LFTagPolicyResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$LFTagPolicyResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
expressionjava.util.Listcdk.support/lookup-entry:expression
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
The build-cfn-principal-permissions-lf-tag-policy-resource-property-builder function updates a CfnPrincipalPermissions$LFTagPolicyResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$LFTagPolicyResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `expression` | java.util.List | [[cdk.support/lookup-entry]] | `:expression` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
sourceraw docstring

build-cfn-principal-permissions-lf-tag-property-builderclj

(build-cfn-principal-permissions-lf-tag-property-builder builder id config)

The build-cfn-principal-permissions-lf-tag-property-builder function updates a CfnPrincipalPermissions$LFTagProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$LFTagProperty$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
tagKeyjava.lang.Stringcdk.support/lookup-entry:tag-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-principal-permissions-lf-tag-property-builder function updates a CfnPrincipalPermissions$LFTagProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$LFTagProperty$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 |
|---|---|---|---|
| `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

build-cfn-principal-permissions-props-builderclj

(build-cfn-principal-permissions-props-builder builder id config)

The build-cfn-principal-permissions-props-builder function updates a CfnPrincipalPermissionsProps$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissionsProps$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
catalogjava.lang.Stringcdk.support/lookup-entry:catalog
permissionsjava.util.Listcdk.support/lookup-entry:permissions
permissionsWithGrantOptionjava.util.Listcdk.support/lookup-entry:permissions-with-grant-option
principalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:principal
resourcesoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$ResourcePropertycdk.support/lookup-entry:resource
The build-cfn-principal-permissions-props-builder function updates a CfnPrincipalPermissionsProps$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissionsProps$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 |
|---|---|---|---|
| `catalog` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `permissionsWithGrantOption` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions-with-grant-option` |
| `principal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:principal` |
| `resource` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$ResourceProperty | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-principal-permissions-resource-property-builderclj

(build-cfn-principal-permissions-resource-property-builder builder id config)

The build-cfn-principal-permissions-resource-property-builder function updates a CfnPrincipalPermissions$ResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$ResourceProperty$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
catalogjava.lang.Objectcdk.support/lookup-entry:catalog
dataCellsFiltersoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$DataCellsFilterResourcePropertycdk.support/lookup-entry:data-cells-filter
dataLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-location
databasesoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$DatabaseResourcePropertycdk.support/lookup-entry:database
lfTagsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lf-tag
lfTagPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lf-tag-policy
tablesoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$TableResourcePropertycdk.support/lookup-entry:table
tableWithColumnssoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$TableWithColumnsResourcePropertycdk.support/lookup-entry:table-with-columns
The build-cfn-principal-permissions-resource-property-builder function updates a CfnPrincipalPermissions$ResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$ResourceProperty$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 |
|---|---|---|---|
| `catalog` | java.lang.Object | [[cdk.support/lookup-entry]] | `:catalog` |
| `dataCellsFilter` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$DataCellsFilterResourceProperty | [[cdk.support/lookup-entry]] | `:data-cells-filter` |
| `dataLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-location` |
| `database` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$DatabaseResourceProperty | [[cdk.support/lookup-entry]] | `:database` |
| `lfTag` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lf-tag` |
| `lfTagPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lf-tag-policy` |
| `table` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$TableResourceProperty | [[cdk.support/lookup-entry]] | `:table` |
| `tableWithColumns` | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions$TableWithColumnsResourceProperty | [[cdk.support/lookup-entry]] | `:table-with-columns` |
sourceraw docstring

build-cfn-principal-permissions-table-resource-property-builderclj

(build-cfn-principal-permissions-table-resource-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-principal-permissions-table-resource-property-builder function updates a CfnPrincipalPermissions$TableResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$TableResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
tableWildcardjava.lang.Objectcdk.support/lookup-entry:table-wildcard
The build-cfn-principal-permissions-table-resource-property-builder function updates a CfnPrincipalPermissions$TableResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$TableResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableWildcard` | java.lang.Object | [[cdk.support/lookup-entry]] | `:table-wildcard` |
sourceraw docstring

build-cfn-principal-permissions-table-with-columns-resource-property-builderclj

(build-cfn-principal-permissions-table-with-columns-resource-property-builder
  builder
  id
  config)

The build-cfn-principal-permissions-table-with-columns-resource-property-builder function updates a CfnPrincipalPermissions$TableWithColumnsResourceProperty$Builder instance using the provided configuration. The function takes the CfnPrincipalPermissions$TableWithColumnsResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
columnWildcardsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-wildcard
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-principal-permissions-table-with-columns-resource-property-builder function updates a CfnPrincipalPermissions$TableWithColumnsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnPrincipalPermissions$TableWithColumnsResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `columnWildcard` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-wildcard` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-resource-builderclj

(build-cfn-resource-builder builder id config)

The build-cfn-resource-builder function updates a CfnResource$Builder instance using the provided configuration. The function takes the CfnResource$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
hybridAccessEnabledjava.lang.Booleancdk.support/lookup-entry:hybrid-access-enabled
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
useServiceLinkedRolesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-service-linked-role
withFederationjava.lang.Booleancdk.support/lookup-entry:with-federation
The build-cfn-resource-builder function updates a CfnResource$Builder instance using the provided configuration.
  The function takes the CfnResource$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 |
|---|---|---|---|
| `hybridAccessEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hybrid-access-enabled` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `useServiceLinkedRole` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-service-linked-role` |
| `withFederation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:with-federation` |
sourceraw docstring

build-cfn-resource-props-builderclj

(build-cfn-resource-props-builder builder id config)

The build-cfn-resource-props-builder function updates a CfnResourceProps$Builder instance using the provided configuration. The function takes the CfnResourceProps$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
hybridAccessEnabledjava.lang.Booleancdk.support/lookup-entry:hybrid-access-enabled
resourceArnjava.lang.Stringcdk.support/lookup-entry:resource-arn
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
useServiceLinkedRolesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-service-linked-role
withFederationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:with-federation
The build-cfn-resource-props-builder function updates a CfnResourceProps$Builder instance using the provided configuration.
  The function takes the CfnResourceProps$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 |
|---|---|---|---|
| `hybridAccessEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hybrid-access-enabled` |
| `resourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-arn` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `useServiceLinkedRole` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-service-linked-role` |
| `withFederation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:with-federation` |
sourceraw docstring

build-cfn-tag-association-builderclj

(build-cfn-tag-association-builder builder id config)

The build-cfn-tag-association-builder function updates a CfnTagAssociation$Builder instance using the provided configuration. The function takes the CfnTagAssociation$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
lfTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lf-tags
resourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource
The build-cfn-tag-association-builder function updates a CfnTagAssociation$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$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 |
|---|---|---|---|
| `lfTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lf-tags` |
| `resource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-tag-association-database-resource-property-builderclj

(build-cfn-tag-association-database-resource-property-builder builder id config)

The build-cfn-tag-association-database-resource-property-builder function updates a CfnTagAssociation$DatabaseResourceProperty$Builder instance using the provided configuration. The function takes the CfnTagAssociation$DatabaseResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-tag-association-database-resource-property-builder function updates a CfnTagAssociation$DatabaseResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$DatabaseResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-tag-association-lf-tag-pair-property-builderclj

(build-cfn-tag-association-lf-tag-pair-property-builder builder id config)

The build-cfn-tag-association-lf-tag-pair-property-builder function updates a CfnTagAssociation$LFTagPairProperty$Builder instance using the provided configuration. The function takes the CfnTagAssociation$LFTagPairProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
tagKeyjava.lang.Stringcdk.support/lookup-entry:tag-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-tag-association-lf-tag-pair-property-builder function updates a CfnTagAssociation$LFTagPairProperty$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$LFTagPairProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

build-cfn-tag-association-props-builderclj

(build-cfn-tag-association-props-builder builder id config)

The build-cfn-tag-association-props-builder function updates a CfnTagAssociationProps$Builder instance using the provided configuration. The function takes the CfnTagAssociationProps$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
lfTagsjava.util.Listcdk.support/lookup-entry:lf-tags
resourcesoftware.amazon.awscdk.services.lakeformation.CfnTagAssociation$ResourcePropertycdk.support/lookup-entry:resource
The build-cfn-tag-association-props-builder function updates a CfnTagAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnTagAssociationProps$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 |
|---|---|---|---|
| `lfTags` | java.util.List | [[cdk.support/lookup-entry]] | `:lf-tags` |
| `resource` | software.amazon.awscdk.services.lakeformation.CfnTagAssociation$ResourceProperty | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-cfn-tag-association-resource-property-builderclj

(build-cfn-tag-association-resource-property-builder builder id config)

The build-cfn-tag-association-resource-property-builder function updates a CfnTagAssociation$ResourceProperty$Builder instance using the provided configuration. The function takes the CfnTagAssociation$ResourceProperty$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
catalogjava.lang.Objectcdk.support/lookup-entry:catalog
databasesoftware.amazon.awscdk.services.lakeformation.CfnTagAssociation$DatabaseResourcePropertycdk.support/lookup-entry:database
tablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:table
tableWithColumnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:table-with-columns
The build-cfn-tag-association-resource-property-builder function updates a CfnTagAssociation$ResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$ResourceProperty$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 |
|---|---|---|---|
| `catalog` | java.lang.Object | [[cdk.support/lookup-entry]] | `:catalog` |
| `database` | software.amazon.awscdk.services.lakeformation.CfnTagAssociation$DatabaseResourceProperty | [[cdk.support/lookup-entry]] | `:database` |
| `table` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table` |
| `tableWithColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table-with-columns` |
sourceraw docstring

build-cfn-tag-association-table-resource-property-builderclj

(build-cfn-tag-association-table-resource-property-builder builder id config)

The build-cfn-tag-association-table-resource-property-builder function updates a CfnTagAssociation$TableResourceProperty$Builder instance using the provided configuration. The function takes the CfnTagAssociation$TableResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
tableWildcardjava.lang.Objectcdk.support/lookup-entry:table-wildcard
The build-cfn-tag-association-table-resource-property-builder function updates a CfnTagAssociation$TableResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$TableResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableWildcard` | java.lang.Object | [[cdk.support/lookup-entry]] | `:table-wildcard` |
sourceraw docstring

build-cfn-tag-association-table-with-columns-resource-property-builderclj

(build-cfn-tag-association-table-with-columns-resource-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-tag-association-table-with-columns-resource-property-builder function updates a CfnTagAssociation$TableWithColumnsResourceProperty$Builder instance using the provided configuration. The function takes the CfnTagAssociation$TableWithColumnsResourceProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-tag-association-table-with-columns-resource-property-builder function updates a CfnTagAssociation$TableWithColumnsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTagAssociation$TableWithColumnsResourceProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-tag-builderclj

(build-cfn-tag-builder builder id config)

The build-cfn-tag-builder function updates a CfnTag$Builder instance using the provided configuration. The function takes the CfnTag$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
tagKeyjava.lang.Stringcdk.support/lookup-entry:tag-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-tag-builder function updates a CfnTag$Builder instance using the provided configuration.
  The function takes the CfnTag$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

build-cfn-tag-props-builderclj

(build-cfn-tag-props-builder builder id config)

The build-cfn-tag-props-builder function updates a CfnTagProps$Builder instance using the provided configuration. The function takes the CfnTagProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
tagKeyjava.lang.Stringcdk.support/lookup-entry:tag-key
tagValuesjava.util.Listcdk.support/lookup-entry:tag-values
The build-cfn-tag-props-builder function updates a CfnTagProps$Builder instance using the provided configuration.
  The function takes the CfnTagProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `tagKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-key` |
| `tagValues` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-values` |
sourceraw docstring

cfn-data-cells-filter-builderclj

(cfn-data-cells-filter-builder scope id config)

Creates a CfnDataCellsFilter$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  `CfnDataCellsFilter$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-data-cells-filter-column-wildcard-property-builderclj

(cfn-data-cells-filter-column-wildcard-property-builder id config)

Creates a CfnDataCellsFilter$ColumnWildcardProperty$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  `CfnDataCellsFilter$ColumnWildcardProperty$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-data-cells-filter-props-builderclj

(cfn-data-cells-filter-props-builder id config)

Creates a CfnDataCellsFilterProps$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  `CfnDataCellsFilterProps$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-data-cells-filter-row-filter-property-builderclj

(cfn-data-cells-filter-row-filter-property-builder id config)

Creates a CfnDataCellsFilter$RowFilterProperty$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  `CfnDataCellsFilter$RowFilterProperty$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-data-lake-settings-builderclj

(cfn-data-lake-settings-builder scope id config)

Creates a CfnDataLakeSettings$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  `CfnDataLakeSettings$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-data-lake-settings-data-lake-principal-property-builderclj

(cfn-data-lake-settings-data-lake-principal-property-builder id config)

Creates a CfnDataLakeSettings$DataLakePrincipalProperty$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  `CfnDataLakeSettings$DataLakePrincipalProperty$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-data-lake-settings-principal-permissions-property-builderclj

(cfn-data-lake-settings-principal-permissions-property-builder id config)

Creates a CfnDataLakeSettings$PrincipalPermissionsProperty$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  `CfnDataLakeSettings$PrincipalPermissionsProperty$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-data-lake-settings-props-builderclj

(cfn-data-lake-settings-props-builder id config)

Creates a CfnDataLakeSettingsProps$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  `CfnDataLakeSettingsProps$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-permissions-builderclj

(cfn-permissions-builder scope id config)

Creates a CfnPermissions$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  `CfnPermissions$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-permissions-column-wildcard-property-builderclj

(cfn-permissions-column-wildcard-property-builder id config)

Creates a CfnPermissions$ColumnWildcardProperty$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  `CfnPermissions$ColumnWildcardProperty$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-permissions-data-lake-principal-property-builderclj

(cfn-permissions-data-lake-principal-property-builder id config)

Creates a CfnPermissions$DataLakePrincipalProperty$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  `CfnPermissions$DataLakePrincipalProperty$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-permissions-data-location-resource-property-builderclj

(cfn-permissions-data-location-resource-property-builder id config)

Creates a CfnPermissions$DataLocationResourceProperty$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  `CfnPermissions$DataLocationResourceProperty$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-permissions-database-resource-property-builderclj

(cfn-permissions-database-resource-property-builder id config)

Creates a CfnPermissions$DatabaseResourceProperty$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  `CfnPermissions$DatabaseResourceProperty$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-permissions-props-builderclj

(cfn-permissions-props-builder id config)

Creates a CfnPermissionsProps$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  `CfnPermissionsProps$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-permissions-resource-property-builderclj

(cfn-permissions-resource-property-builder id config)

Creates a CfnPermissions$ResourceProperty$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  `CfnPermissions$ResourceProperty$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-permissions-table-resource-property-builderclj

(cfn-permissions-table-resource-property-builder id config)

Creates a CfnPermissions$TableResourceProperty$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  `CfnPermissions$TableResourceProperty$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-permissions-table-wildcard-property-builderclj

(cfn-permissions-table-wildcard-property-builder)

Creates a CfnPermissions$TableWildcardProperty$Builder instance using a no-argument construct,then builds it.

Creates a  `CfnPermissions$TableWildcardProperty$Builder` instance using a no-argument construct,then builds it.
sourceraw docstring

cfn-permissions-table-with-columns-resource-property-builderclj

(cfn-permissions-table-with-columns-resource-property-builder id config)

Creates a CfnPermissions$TableWithColumnsResourceProperty$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  `CfnPermissions$TableWithColumnsResourceProperty$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-principal-permissions-builderclj

(cfn-principal-permissions-builder scope id config)

Creates a CfnPrincipalPermissions$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  `CfnPrincipalPermissions$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-principal-permissions-column-wildcard-property-builderclj

(cfn-principal-permissions-column-wildcard-property-builder id config)

Creates a CfnPrincipalPermissions$ColumnWildcardProperty$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  `CfnPrincipalPermissions$ColumnWildcardProperty$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-principal-permissions-data-cells-filter-resource-property-builderclj

(cfn-principal-permissions-data-cells-filter-resource-property-builder id
                                                                       config)

Creates a CfnPrincipalPermissions$DataCellsFilterResourceProperty$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  `CfnPrincipalPermissions$DataCellsFilterResourceProperty$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-principal-permissions-data-lake-principal-property-builderclj

(cfn-principal-permissions-data-lake-principal-property-builder id config)

Creates a CfnPrincipalPermissions$DataLakePrincipalProperty$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  `CfnPrincipalPermissions$DataLakePrincipalProperty$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-principal-permissions-data-location-resource-property-builderclj

(cfn-principal-permissions-data-location-resource-property-builder id config)

Creates a CfnPrincipalPermissions$DataLocationResourceProperty$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  `CfnPrincipalPermissions$DataLocationResourceProperty$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-principal-permissions-database-resource-property-builderclj

(cfn-principal-permissions-database-resource-property-builder id config)

Creates a CfnPrincipalPermissions$DatabaseResourceProperty$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  `CfnPrincipalPermissions$DatabaseResourceProperty$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-principal-permissions-lf-tag-key-resource-property-builderclj

(cfn-principal-permissions-lf-tag-key-resource-property-builder id config)

Creates a CfnPrincipalPermissions$LFTagKeyResourceProperty$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  `CfnPrincipalPermissions$LFTagKeyResourceProperty$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-principal-permissions-lf-tag-policy-resource-property-builderclj

(cfn-principal-permissions-lf-tag-policy-resource-property-builder id config)

Creates a CfnPrincipalPermissions$LFTagPolicyResourceProperty$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  `CfnPrincipalPermissions$LFTagPolicyResourceProperty$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-principal-permissions-lf-tag-property-builderclj

(cfn-principal-permissions-lf-tag-property-builder id config)

Creates a CfnPrincipalPermissions$LFTagProperty$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  `CfnPrincipalPermissions$LFTagProperty$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-principal-permissions-props-builderclj

(cfn-principal-permissions-props-builder id config)

Creates a CfnPrincipalPermissionsProps$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  `CfnPrincipalPermissionsProps$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-principal-permissions-resource-property-builderclj

(cfn-principal-permissions-resource-property-builder id config)

Creates a CfnPrincipalPermissions$ResourceProperty$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  `CfnPrincipalPermissions$ResourceProperty$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-principal-permissions-table-resource-property-builderclj

(cfn-principal-permissions-table-resource-property-builder id config)

Creates a CfnPrincipalPermissions$TableResourceProperty$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  `CfnPrincipalPermissions$TableResourceProperty$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-principal-permissions-table-with-columns-resource-property-builderclj

(cfn-principal-permissions-table-with-columns-resource-property-builder id
                                                                        config)

Creates a CfnPrincipalPermissions$TableWithColumnsResourceProperty$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  `CfnPrincipalPermissions$TableWithColumnsResourceProperty$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-resource-builderclj

(cfn-resource-builder scope id config)

Creates a CfnResource$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  `CfnResource$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-resource-props-builderclj

(cfn-resource-props-builder id config)

Creates a CfnResourceProps$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  `CfnResourceProps$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-tag-association-builderclj

(cfn-tag-association-builder scope id config)

Creates a CfnTagAssociation$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  `CfnTagAssociation$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-tag-association-database-resource-property-builderclj

(cfn-tag-association-database-resource-property-builder id config)

Creates a CfnTagAssociation$DatabaseResourceProperty$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  `CfnTagAssociation$DatabaseResourceProperty$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-tag-association-lf-tag-pair-property-builderclj

(cfn-tag-association-lf-tag-pair-property-builder id config)

Creates a CfnTagAssociation$LFTagPairProperty$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  `CfnTagAssociation$LFTagPairProperty$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-tag-association-props-builderclj

(cfn-tag-association-props-builder id config)

Creates a CfnTagAssociationProps$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  `CfnTagAssociationProps$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-tag-association-resource-property-builderclj

(cfn-tag-association-resource-property-builder id config)

Creates a CfnTagAssociation$ResourceProperty$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  `CfnTagAssociation$ResourceProperty$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-tag-association-table-resource-property-builderclj

(cfn-tag-association-table-resource-property-builder id config)

Creates a CfnTagAssociation$TableResourceProperty$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  `CfnTagAssociation$TableResourceProperty$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-tag-association-table-with-columns-resource-property-builderclj

(cfn-tag-association-table-with-columns-resource-property-builder id config)

Creates a CfnTagAssociation$TableWithColumnsResourceProperty$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  `CfnTagAssociation$TableWithColumnsResourceProperty$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-tag-builderclj

(cfn-tag-builder scope id config)

Creates a CfnTag$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  `CfnTag$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-tag-props-builderclj

(cfn-tag-props-builder id config)

Creates a CfnTagProps$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  `CfnTagProps$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