Interface CfnDataSource.IS3TablesParametersProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IS3TablesParametersProperty
Syntax (vb)
Public Interface CfnDataSource.IS3TablesParametersProperty
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.QuickSight;
var s3TablesParametersProperty = new S3TablesParametersProperty {
TableBucketArn = "tableBucketArn"
};
Synopsis
Properties
| TableBucketArn |
Properties
TableBucketArn
string? TableBucketArn { get; }