Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IStaticFileS3SourceOptionsProperty

The structure that contains the Amazon S3 location to download the static file from.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IStaticFileS3SourceOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IStaticFileS3SourceOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfiles3sourceoptions.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var staticFileS3SourceOptionsProperty = new StaticFileS3SourceOptionsProperty {
                 BucketName = "bucketName",
                 ObjectKey = "objectKey",
                 Region = "region"
             };

Synopsis

Properties

BucketName

The name of the Amazon S3 bucket.

ObjectKey

The identifier of the static file in the Amazon S3 bucket.

Region

The Region of the Amazon S3 account that contains the bucket.

Properties

BucketName

The name of the Amazon S3 bucket.

string? BucketName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfiles3sourceoptions.html#cfn-quicksight-dashboard-staticfiles3sourceoptions-bucketname

ObjectKey

The identifier of the static file in the Amazon S3 bucket.

string? ObjectKey { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfiles3sourceoptions.html#cfn-quicksight-dashboard-staticfiles3sourceoptions-objectkey

Region

The Region of the Amazon S3 account that contains the bucket.

string? Region { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-staticfiles3sourceoptions.html#cfn-quicksight-dashboard-staticfiles3sourceoptions-region

Back to top Generated by DocFX