Class CfnDashboard.SheetImageStaticFileSourceProperty
The source of the static file that contains the image.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.SheetImageStaticFileSourceProperty : CfnDashboard.ISheetImageStaticFileSourceProperty
Syntax (vb)
Public Class CfnDashboard.SheetImageStaticFileSourceProperty Implements CfnDashboard.ISheetImageStaticFileSourceProperty
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.AWS.QuickSight;
var sheetImageStaticFileSourceProperty = new SheetImageStaticFileSourceProperty {
StaticFileId = "staticFileId"
};
Synopsis
Constructors
SheetImageStaticFileSourceProperty() | The source of the static file that contains the image. |
Properties
StaticFileId | The ID of the static file that contains the image. |
Constructors
SheetImageStaticFileSourceProperty()
The source of the static file that contains the image.
public SheetImageStaticFileSourceProperty()
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.AWS.QuickSight;
var sheetImageStaticFileSourceProperty = new SheetImageStaticFileSourceProperty {
StaticFileId = "staticFileId"
};
Properties
StaticFileId
The ID of the static file that contains the image.
public string StaticFileId { get; set; }