Interface CfnPermissions.IDatabaseResourceProperty
A structure for the database object.
Namespace: Amazon.CDK.AWS.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDatabaseResourceProperty
Syntax (vb)
Public Interface IDatabaseResourceProperty
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 databaseResourceProperty = new DatabaseResourceProperty {
CatalogId = "catalogId",
Name = "name"
};
Synopsis
Properties
Catalog |
The identifier for the Data Catalog . |
Name | The name of the database 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.
Name
The name of the database resource.
virtual string Name { get; }
Property Value
System.