Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-manifestfilelocation.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.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

string

Remarks

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

Key

Amazon S3 key that identifies an object.

string? Key { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX