aws-cdk-lib.aws_quicksight.CfnTemplate.LoadingAnimationProperty

interface LoadingAnimationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.LoadingAnimationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_LoadingAnimationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.LoadingAnimationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.LoadingAnimationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » LoadingAnimationProperty

The configuration of loading animation in free-form layout.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const loadingAnimationProperty: quicksight.CfnTemplate.LoadingAnimationProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe visibility configuration of LoadingAnimation .

visibility?

Type: string (optional)

The visibility configuration of LoadingAnimation .