Show / Hide Table of Contents

Class CfnDashboard.SheetImageStaticFileSourceProperty

The source of the static file that contains the image.

Inheritance
object
CfnDashboard.SheetImageStaticFileSourceProperty
Implements
CfnDashboard.ISheetImageStaticFileSourceProperty
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 CfnDashboard.SheetImageStaticFileSourceProperty : CfnDashboard.ISheetImageStaticFileSourceProperty
Syntax (vb)
Public Class CfnDashboard.SheetImageStaticFileSourceProperty Implements CfnDashboard.ISheetImageStaticFileSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagestaticfilesource.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 sheetImageStaticFileSourceProperty = new SheetImageStaticFileSourceProperty {
                 StaticFileId = "staticFileId"
             };

Synopsis

Constructors

SheetImageStaticFileSourceProperty()

The source of the static file that contains the image.

Properties

StaticFileId

The ID of the static file that contains the image.

Constructors

SheetImageStaticFileSourceProperty()

The source of the static file that contains the image.

public SheetImageStaticFileSourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagestaticfilesource.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 sheetImageStaticFileSourceProperty = new SheetImageStaticFileSourceProperty {
                 StaticFileId = "staticFileId"
             };

Properties

StaticFileId

The ID of the static file that contains the image.

public string StaticFileId { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.ISheetImageStaticFileSourceProperty
Back to top Generated by DocFX