Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customactionurloperation.html

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 CustomActionURLOperation .

UrlTemplate

THe URL link of the CustomActionURLOperation .

Properties

UrlTarget

The target of the CustomActionURLOperation .

string? UrlTarget { get; }
Property Value

string

Remarks

Valid values are defined as follows:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customactionurloperation.html#cfn-quicksight-dashboard-customactionurloperation-urltarget

    UrlTemplate

    THe URL link of the CustomActionURLOperation .

    string? UrlTemplate { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customactionurloperation.html#cfn-quicksight-dashboard-customactionurloperation-urltemplate

    Back to top Generated by DocFX