Show / Hide Table of Contents

Interface CfnDashboard.ISheetImageStaticFileSourceProperty

The source of the static file that contains the image.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ISheetImageStaticFileSourceProperty
Syntax (vb)
Public Interface CfnDashboard.ISheetImageStaticFileSourceProperty
Remarks

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

             var sheetImageStaticFileSourceProperty = new SheetImageStaticFileSourceProperty {
                 StaticFileId = "staticFileId"
             };

Synopsis

Properties

StaticFileId

The ID of the static file that contains the image.

Properties

StaticFileId

The ID of the static file that contains the image.

string StaticFileId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX