Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ILoadingAnimationProperty

The configuration of loading animation in free-form layout.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-loadinganimation.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 loadingAnimationProperty = new LoadingAnimationProperty {
                 Visibility = "visibility"
             };

Synopsis

Properties

Visibility

The visibility configuration of LoadingAnimation .

Properties

Visibility

The visibility configuration of LoadingAnimation .

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-loadinganimation.html#cfn-quicksight-template-loadinganimation-visibility

Back to top Generated by DocFX