Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty

Determines how the image is scaled.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagescalingconfiguration.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 sheetImageScalingConfigurationProperty = new SheetImageScalingConfigurationProperty {
                 ScalingType = "scalingType"
             };

Synopsis

Properties

ScalingType

The scaling option to use when fitting the image inside the container.

Properties

ScalingType

The scaling option to use when fitting the image inside the container.

string? ScalingType { get; }
Property Value

string

Remarks

Valid values are defined as follows:

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

    Back to top Generated by DocFX