Show / Hide Table of Contents

Interface CfnPermissionsPropsMixin.IDataLocationResourceProperty

A structure for a data location object where permissions are granted or revoked.

Namespace: Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPermissionsPropsMixin.IDataLocationResourceProperty
Syntax (vb)
Public Interface CfnPermissionsPropsMixin.IDataLocationResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.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 dataLocationResourceProperty = new DataLocationResourceProperty {
                 CatalogId = "catalogId",
                 S3Resource = "s3Resource"
             };

Synopsis

Properties

CatalogId

The identifier for the Data Catalog .

S3Resource

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.

Properties

CatalogId

The identifier for the Data Catalog .

string? CatalogId { get; }
Property Value

string

Remarks

By default, it is the account ID of the caller.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-catalogid

S3Resource

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.

string? S3Resource { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-datalocationresource.html#cfn-lakeformation-permissions-datalocationresource-s3resource

Back to top Generated by DocFX