Class CfnDashboard.SheetImageStaticFileSourceProperty
The source of the static file that contains the image.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SheetImageStaticFileSourceProperty : Object, CfnDashboard.ISheetImageStaticFileSourceProperty
Syntax (vb)
Public Class SheetImageStaticFileSourceProperty
Inherits Object
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
Sheet |
Properties
Static |
The ID of the static file that contains the image. |
Constructors
SheetImageStaticFileSourceProperty()
public SheetImageStaticFileSourceProperty()
Properties
StaticFileId
The ID of the static file that contains the image.
public string StaticFileId { get; set; }
Property Value
System.