Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.SheetImageSourceProperty

The source of the image.

Inheritance
object
CfnAnalysisPropsMixin.SheetImageSourceProperty
Implements
CfnAnalysisPropsMixin.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.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

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.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

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ISheetImageStaticFileSourceProperty

Implements

CfnAnalysisPropsMixin.ISheetImageSourceProperty
Back to top Generated by DocFX