Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ICustomActionURLOperationProperty

The URL operation that opens a link to another webpage.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ICustomActionURLOperationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ICustomActionURLOperationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             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-template-customactionurloperation.html#cfn-quicksight-template-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-template-customactionurloperation.html#cfn-quicksight-template-customactionurloperation-urltemplate

    Back to top Generated by DocFX