Interface CfnDashboard.CustomActionURLOperationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.CustomActionURLOperationProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.CustomActionURLOperationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
 CustomActionURLOperationProperty customActionURLOperationProperty = CustomActionURLOperationProperty.builder()
         .urlTarget("urlTarget")
         .urlTemplate("urlTemplate")
         .build();