Class CfnDataSourcePropsMixin.ManifestFileLocationProperty
Amazon S3 manifest file location.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.ManifestFileLocationProperty : CfnDataSourcePropsMixin.IManifestFileLocationProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.ManifestFileLocationProperty Implements 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
Constructors
| ManifestFileLocationProperty() | Amazon S3 manifest file location. |
Properties
| Bucket | Amazon S3 bucket. |
| Key | Amazon S3 key that identifies an object. |
Constructors
ManifestFileLocationProperty()
Amazon S3 manifest file location.
public ManifestFileLocationProperty()
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"
};
Properties
Bucket
Amazon S3 bucket.
public string? Bucket { get; set; }
Property Value
Remarks
Key
Amazon S3 key that identifies an object.
public string? Key { get; set; }