Interface CfnDataSourcePropsMixin.IManifestFileLocationProperty
Amazon S3 manifest file location.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IManifestFileLocationProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IManifestFileLocationProperty
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.QuickSight;
var manifestFileLocationProperty = new ManifestFileLocationProperty {
Bucket = "bucket",
Key = "key"
};
Synopsis
Properties
| Bucket | Amazon S3 bucket. |
| Key | Amazon S3 key that identifies an object. |
Properties
Bucket
Amazon S3 bucket.
string? Bucket { get; }
Property Value
Remarks
Key
Amazon S3 key that identifies an object.
string? Key { get; }