Interface CfnPermissions.IDataLocationResourceProperty
A structure for a data location object where permissions are granted or revoked.
Namespace: Amazon.CDK.AWS.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataLocationResourceProperty
Syntax (vb)
Public Interface IDataLocationResourceProperty
Remarks
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.AWS.LakeFormation;
var dataLocationResourceProperty = new DataLocationResourceProperty {
CatalogId = "catalogId",
S3Resource = "s3Resource"
};
Synopsis
Properties
Catalog |
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 .
virtual string CatalogId { get; }
Property Value
System.
Remarks
By default, it is the account ID of the caller.
S3Resource
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
virtual string S3Resource { get; }
Property Value
System.