Show / Hide Table of Contents

Class CfnAnalysis.SheetImageSourceProperty

The source of the image.

Inheritance
object
CfnAnalysis.SheetImageSourceProperty
Implements
CfnAnalysis.ISheetImageSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagesource.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagesource.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagesource.html#cfn-quicksight-analysis-sheetimagesource-sheetimagestaticfilesource

Implements

CfnAnalysis.ISheetImageSourceProperty
Back to top Generated by DocFX