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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludedColumnNames | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataLakePrincipalIdentifier | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludedColumnNames | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataLakePrincipalIdentifier | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludedColumnNames | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataLakePrincipalIdentifier | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close