aws-cdk-lib.aws_quicksight.CfnDashboard.CustomContentConfigurationProperty

interface CustomContentConfigurationProperty

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

The configuration of a CustomContentVisual .

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 customContentConfigurationProperty: quicksight.CfnDashboard.CustomContentConfigurationProperty = {
  contentType: 'contentType',
  contentUrl: 'contentUrl',
  imageScaling: 'imageScaling',
};

Properties

NameTypeDescription
contentType?stringThe content type of the custom content visual.
contentUrl?stringThe input URL that links to the custom content that you want in the custom visual.
imageScaling?stringThe sizing options for the size of the custom content visual.

contentType?

Type: string (optional)

The content type of the custom content visual.

You can use this to have the visual render as an image.


contentUrl?

Type: string (optional)

The input URL that links to the custom content that you want in the custom visual.


imageScaling?

Type: string (optional)

The sizing options for the size of the custom content visual.

This structure is required when the ContentType of the visual is 'IMAGE' .