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
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
Remarks
By default, it is the account ID of the caller.
S3Resource
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
string? S3Resource { get; }