Class CfnAnalysis.SheetImageSourceProperty
The source of the image.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SheetImageSourceProperty : Object, CfnAnalysis.ISheetImageSourceProperty
Syntax (vb)
Public Class SheetImageSourceProperty
Inherits Object
Implements CfnAnalysis.ISheetImageSourceProperty
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 sheetImageSourceProperty = new SheetImageSourceProperty {
SheetImageStaticFileSource = new SheetImageStaticFileSourceProperty {
StaticFileId = "staticFileId"
}
};
Synopsis
Constructors
Sheet |
Properties
Sheet |
The source of the static file that contains the image. |
Constructors
SheetImageSourceProperty()
public SheetImageSourceProperty()
Properties
SheetImageStaticFileSource
The source of the static file that contains the image.
public object SheetImageStaticFileSource { get; set; }
Property Value
System.