Class CfnAnalysisPropsMixin.SheetImageSourceProperty
The source of the image.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SheetImageSourceProperty : CfnAnalysisPropsMixin.ISheetImageSourceProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetImageSourceProperty Implements CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
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.Mixins.Preview.AWS.QuickSight.Mixins;
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; }