Class CfnAnalysis.SheetImageSourceProperty
The source of the image.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.SheetImageSourceProperty : CfnAnalysis.ISheetImageSourceProperty
Syntax (vb)
Public Class CfnAnalysis.SheetImageSourceProperty 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
SheetImageSourceProperty() | The source of the image. |
Properties
SheetImageStaticFileSource | The source of the static file that contains the image. |
Constructors
SheetImageSourceProperty()
The source of the image.
public SheetImageSourceProperty()
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"
}
};
Properties
SheetImageStaticFileSource
The source of the static file that contains the image.
public object? SheetImageStaticFileSource { get; set; }