aws-cdk-lib.aws_quicksight.CfnAnalysis.CustomActionURLOperationProperty

interface CustomActionURLOperationProperty

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

The URL operation that opens a link to another webpage.

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 customActionURLOperationProperty: quicksight.CfnAnalysis.CustomActionURLOperationProperty = {
  urlTarget: 'urlTarget',
  urlTemplate: 'urlTemplate',
};

Properties

NameTypeDescription
urlTargetstringThe target of the CustomActionURLOperation .
urlTemplatestringTHe URL link of the CustomActionURLOperation .

urlTarget

Type: string

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.

urlTemplate

Type: string

THe URL link of the CustomActionURLOperation .