interface LoadingAnimationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.LoadingAnimationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_LoadingAnimationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.LoadingAnimationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.LoadingAnimationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const loadingAnimationProperty: quicksight.CfnAnalysisPropsMixin.LoadingAnimationProperty = {
visibility: 'visibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| visibility? | string | The visibility configuration of LoadingAnimation . |
visibility?
Type:
string
(optional)
The visibility configuration of LoadingAnimation .

.NET
Go
Java
Python
TypeScript