Show / Hide Table of Contents

Class CfnPrincipalPermissionsPropsMixin.ResourceProperty

A structure for the resource.

Inheritance
object
CfnPrincipalPermissionsPropsMixin.ResourceProperty
Implements
CfnPrincipalPermissionsPropsMixin.IResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPrincipalPermissionsPropsMixin.ResourceProperty : CfnPrincipalPermissionsPropsMixin.IResourceProperty
Syntax (vb)
Public Class CfnPrincipalPermissionsPropsMixin.ResourceProperty Implements CfnPrincipalPermissionsPropsMixin.IResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins;

             var catalog;
             var tableWildcard;

             var resourceProperty = new ResourceProperty {
                 Catalog = catalog,
                 Database = new DatabaseResourceProperty {
                     CatalogId = "catalogId",
                     Name = "name"
                 },
                 DataCellsFilter = new DataCellsFilterResourceProperty {
                     DatabaseName = "databaseName",
                     Name = "name",
                     TableCatalogId = "tableCatalogId",
                     TableName = "tableName"
                 },
                 DataLocation = new DataLocationResourceProperty {
                     CatalogId = "catalogId",
                     ResourceArn = "resourceArn"
                 },
                 LfTag = new LFTagKeyResourceProperty {
                     CatalogId = "catalogId",
                     TagKey = "tagKey",
                     TagValues = new [] { "tagValues" }
                 },
                 LfTagPolicy = new LFTagPolicyResourceProperty {
                     CatalogId = "catalogId",
                     Expression = new [] { new LFTagProperty {
                         TagKey = "tagKey",
                         TagValues = new [] { "tagValues" }
                     } },
                     ResourceType = "resourceType"
                 },
                 Table = new TableResourceProperty {
                     CatalogId = "catalogId",
                     DatabaseName = "databaseName",
                     Name = "name",
                     TableWildcard = tableWildcard
                 },
                 TableWithColumns = new TableWithColumnsResourceProperty {
                     CatalogId = "catalogId",
                     ColumnNames = new [] { "columnNames" },
                     ColumnWildcard = new ColumnWildcardProperty {
                         ExcludedColumnNames = new [] { "excludedColumnNames" }
                     },
                     DatabaseName = "databaseName",
                     Name = "name"
                 }
             };

Synopsis

Constructors

ResourceProperty()

A structure for the resource.

Properties

Catalog

The identifier for the Data Catalog.

DataCellsFilter

A data cell filter.

DataLocation

The location of an Amazon S3 path where permissions are granted or revoked.

Database

The database for the resource.

LfTag

The LF-tag key and values attached to a resource.

LfTagPolicy

A list of LF-tag conditions that define a resource's LF-tag policy.

Table

The table for the resource.

TableWithColumns

The table with columns for the resource.

Constructors

ResourceProperty()

A structure for the resource.

public ResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins;

             var catalog;
             var tableWildcard;

             var resourceProperty = new ResourceProperty {
                 Catalog = catalog,
                 Database = new DatabaseResourceProperty {
                     CatalogId = "catalogId",
                     Name = "name"
                 },
                 DataCellsFilter = new DataCellsFilterResourceProperty {
                     DatabaseName = "databaseName",
                     Name = "name",
                     TableCatalogId = "tableCatalogId",
                     TableName = "tableName"
                 },
                 DataLocation = new DataLocationResourceProperty {
                     CatalogId = "catalogId",
                     ResourceArn = "resourceArn"
                 },
                 LfTag = new LFTagKeyResourceProperty {
                     CatalogId = "catalogId",
                     TagKey = "tagKey",
                     TagValues = new [] { "tagValues" }
                 },
                 LfTagPolicy = new LFTagPolicyResourceProperty {
                     CatalogId = "catalogId",
                     Expression = new [] { new LFTagProperty {
                         TagKey = "tagKey",
                         TagValues = new [] { "tagValues" }
                     } },
                     ResourceType = "resourceType"
                 },
                 Table = new TableResourceProperty {
                     CatalogId = "catalogId",
                     DatabaseName = "databaseName",
                     Name = "name",
                     TableWildcard = tableWildcard
                 },
                 TableWithColumns = new TableWithColumnsResourceProperty {
                     CatalogId = "catalogId",
                     ColumnNames = new [] { "columnNames" },
                     ColumnWildcard = new ColumnWildcardProperty {
                         ExcludedColumnNames = new [] { "excludedColumnNames" }
                     },
                     DatabaseName = "databaseName",
                     Name = "name"
                 }
             };

Properties

Catalog

The identifier for the Data Catalog.

public object? Catalog { get; set; }
Property Value

object

Remarks

By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-catalog

DataCellsFilter

A data cell filter.

public object? DataCellsFilter { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-datacellsfilter

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.IDataCellsFilterResourceProperty

DataLocation

The location of an Amazon S3 path where permissions are granted or revoked.

public object? DataLocation { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-datalocation

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.IDataLocationResourceProperty

Database

The database for the resource.

public object? Database { get; set; }
Property Value

object

Remarks

Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-database

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.IDatabaseResourceProperty

LfTag

The LF-tag key and values attached to a resource.

public object? LfTag { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-lftag

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.ILFTagKeyResourceProperty

LfTagPolicy

A list of LF-tag conditions that define a resource's LF-tag policy.

public object? LfTagPolicy { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-lftagpolicy

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.ILFTagPolicyResourceProperty

Table

The table for the resource.

public object? Table { get; set; }
Property Value

object

Remarks

A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-table

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.ITableResourceProperty

TableWithColumns

The table with columns for the resource.

public object? TableWithColumns { get; set; }
Property Value

object

Remarks

A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html#cfn-lakeformation-principalpermissions-resource-tablewithcolumns

Type union: either IResolvable or CfnPrincipalPermissionsPropsMixin.ITableWithColumnsResourceProperty

Implements

CfnPrincipalPermissionsPropsMixin.IResourceProperty
Back to top Generated by DocFX