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
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 |
| 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; }