Interface CfnDashboardPropsMixin.ICustomActionURLOperationProperty
The URL operation that opens a link to another webpage.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ICustomActionURLOperationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ICustomActionURLOperationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var customActionURLOperationProperty = new CustomActionURLOperationProperty {
UrlTarget = "urlTarget",
UrlTemplate = "urlTemplate"
};
Synopsis
Properties
| UrlTarget | The target of the |
| UrlTemplate | THe URL link of the |
Properties
UrlTarget
The target of the CustomActionURLOperation .
string? UrlTarget { get; }
Property Value
Remarks
UrlTemplate
THe URL link of the CustomActionURLOperation .
string? UrlTemplate { get; }