Show / Hide Table of Contents

Class CfnTemplate.LoadingAnimationProperty

The configuration of loading animation in free-form layout.

Inheritance
object
CfnTemplate.LoadingAnimationProperty
Implements
CfnTemplate.ILoadingAnimationProperty
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 CfnTemplate.LoadingAnimationProperty : CfnTemplate.ILoadingAnimationProperty
Syntax (vb)
Public Class CfnTemplate.LoadingAnimationProperty Implements CfnTemplate.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.AWS.QuickSight;

             var loadingAnimationProperty = new LoadingAnimationProperty {
                 Visibility = "visibility"
             };

Synopsis

Constructors

LoadingAnimationProperty()

The configuration of loading animation in free-form layout.

Properties

Visibility

The visibility configuration of LoadingAnimation .

Constructors

LoadingAnimationProperty()

The configuration of loading animation in free-form layout.

public LoadingAnimationProperty()
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.AWS.QuickSight;

             var loadingAnimationProperty = new LoadingAnimationProperty {
                 Visibility = "visibility"
             };

Properties

Visibility

The visibility configuration of LoadingAnimation .

public string? Visibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplate.ILoadingAnimationProperty
Back to top Generated by DocFX