Class CfnTagAssociationPropsMixin.DatabaseResourceProperty
A structure for the database object.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.LakeFormation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTagAssociationPropsMixin.DatabaseResourceProperty : CfnTagAssociationPropsMixin.IDatabaseResourceProperty
Syntax (vb)
Public Class CfnTagAssociationPropsMixin.DatabaseResourceProperty Implements CfnTagAssociationPropsMixin.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.CfnPropertyMixins.AWS.LakeFormation;
var databaseResourceProperty = new DatabaseResourceProperty {
CatalogId = "catalogId",
Name = "name"
};
Synopsis
Constructors
| DatabaseResourceProperty() | A structure for the database object. |
Properties
| CatalogId | The identifier for the Data Catalog . |
| Name | The name of the database resource. |
Constructors
DatabaseResourceProperty()
A structure for the database object.
public DatabaseResourceProperty()
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.CfnPropertyMixins.AWS.LakeFormation;
var databaseResourceProperty = new DatabaseResourceProperty {
CatalogId = "catalogId",
Name = "name"
};
Properties
CatalogId
The identifier for the Data Catalog .
public string? CatalogId { get; set; }
Property Value
Remarks
By default, it should be the account ID of the caller.
Name
The name of the database resource.
public string? Name { get; set; }