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 ISheetImageStaticFileSourceProperty
Syntax (vb)
Public Interface 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
Properties
Static |
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
System.