interface DateAxisOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DateAxisOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DateAxisOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DateAxisOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.DateAxisOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » DateAxisOptionsProperty |
The options that determine how a date axis is displayed.
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 dateAxisOptionsProperty: quicksight.CfnTemplate.DateAxisOptionsProperty = {
missingDateVisibility: 'missingDateVisibility',
};
Properties
Name | Type | Description |
---|---|---|
missing | string | Determines whether or not missing dates are displayed. |
missingDateVisibility?
Type:
string
(optional)
Determines whether or not missing dates are displayed.