Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-s3tablesparameters.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-s3tablesparameters.html#cfn-quicksight-datasource-s3tablesparameters-tablebucketarn

Back to top Generated by DocFX