Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.ManifestFileLocationProperty

Amazon S3 manifest file location.

Inheritance
object
CfnDataSourcePropsMixin.ManifestFileLocationProperty
Implements
CfnDataSourcePropsMixin.IManifestFileLocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Bucket

Amazon S3 bucket.

public string? Bucket { get; set; }
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.

public string? Key { get; set; }
Property Value

string

Remarks

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

Implements

CfnDataSourcePropsMixin.IManifestFileLocationProperty
Back to top Generated by DocFX