Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ImageCustomActionProperty

A custom action defined on an image.

Inheritance
object
CfnDashboardPropsMixin.ImageCustomActionProperty
Implements
CfnDashboardPropsMixin.IImageCustomActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ImageCustomActionProperty : CfnDashboardPropsMixin.IImageCustomActionProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ImageCustomActionProperty Implements CfnDashboardPropsMixin.IImageCustomActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagecustomaction.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 imageCustomActionProperty = new ImageCustomActionProperty {
                 ActionOperations = new [] { new ImageCustomActionOperationProperty {
                     NavigationOperation = new CustomActionNavigationOperationProperty {
                         LocalNavigationConfiguration = new LocalNavigationConfigurationProperty {
                             TargetSheetId = "targetSheetId"
                         }
                     },
                     SetParametersOperation = new CustomActionSetParametersOperationProperty {
                         ParameterValueConfigurations = new [] { new SetParameterValueConfigurationProperty {
                             DestinationParameterName = "destinationParameterName",
                             Value = new DestinationParameterValueConfigurationProperty {
                                 CustomValuesConfiguration = new CustomValuesConfigurationProperty {
                                     CustomValues = new CustomParameterValuesProperty {
                                         DateTimeValues = new [] { "dateTimeValues" },
                                         DecimalValues = new [] { 123 },
                                         IntegerValues = new [] { 123 },
                                         StringValues = new [] { "stringValues" }
                                     },
                                     IncludeNullValue = false
                                 },
                                 SelectAllValueOptions = "selectAllValueOptions",
                                 SourceColumn = new ColumnIdentifierProperty {
                                     ColumnName = "columnName",
                                     DataSetIdentifier = "dataSetIdentifier"
                                 },
                                 SourceField = "sourceField",
                                 SourceParameterName = "sourceParameterName"
                             }
                         } }
                     },
                     UrlOperation = new CustomActionURLOperationProperty {
                         UrlTarget = "urlTarget",
                         UrlTemplate = "urlTemplate"
                     }
                 } },
                 CustomActionId = "customActionId",
                 Name = "name",
                 Status = "status",
                 Trigger = "trigger"
             };

Synopsis

Constructors

ImageCustomActionProperty()

A custom action defined on an image.

Properties

ActionOperations

A list of ImageCustomActionOperations .

CustomActionId

The ID of the custom action.

Name

The name of the custom action.

Status

The status of the custom action.

Trigger

The trigger of the VisualCustomAction .

Constructors

ImageCustomActionProperty()

A custom action defined on an image.

public ImageCustomActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-imagecustomaction.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 imageCustomActionProperty = new ImageCustomActionProperty {
                 ActionOperations = new [] { new ImageCustomActionOperationProperty {
                     NavigationOperation = new CustomActionNavigationOperationProperty {
                         LocalNavigationConfiguration = new LocalNavigationConfigurationProperty {
                             TargetSheetId = "targetSheetId"
                         }
                     },
                     SetParametersOperation = new CustomActionSetParametersOperationProperty {
                         ParameterValueConfigurations = new [] { new SetParameterValueConfigurationProperty {
                             DestinationParameterName = "destinationParameterName",
                             Value = new DestinationParameterValueConfigurationProperty {
                                 CustomValuesConfiguration = new CustomValuesConfigurationProperty {
                                     CustomValues = new CustomParameterValuesProperty {
                                         DateTimeValues = new [] { "dateTimeValues" },
                                         DecimalValues = new [] { 123 },
                                         IntegerValues = new [] { 123 },
                                         StringValues = new [] { "stringValues" }
                                     },
                                     IncludeNullValue = false
                                 },
                                 SelectAllValueOptions = "selectAllValueOptions",
                                 SourceColumn = new ColumnIdentifierProperty {
                                     ColumnName = "columnName",
                                     DataSetIdentifier = "dataSetIdentifier"
                                 },
                                 SourceField = "sourceField",
                                 SourceParameterName = "sourceParameterName"
                             }
                         } }
                     },
                     UrlOperation = new CustomActionURLOperationProperty {
                         UrlTarget = "urlTarget",
                         UrlTemplate = "urlTemplate"
                     }
                 } },
                 CustomActionId = "customActionId",
                 Name = "name",
                 Status = "status",
                 Trigger = "trigger"
             };

Properties

ActionOperations

A list of ImageCustomActionOperations .

public object? ActionOperations { get; set; }
Property Value

object

Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IImageCustomActionOperationProperty)[]

CustomActionId

The ID of the custom action.

public string? CustomActionId { get; set; }
Property Value

string

Remarks

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

Name

The name of the custom action.

public string? Name { get; set; }
Property Value

string

Remarks

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

Status

The status of the custom action.

public string? Status { get; set; }
Property Value

string

Remarks

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

Trigger

The trigger of the VisualCustomAction .

public string? Trigger { get; set; }
Property Value

string

Remarks

Valid values are defined as follows:

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

    Implements

    CfnDashboardPropsMixin.IImageCustomActionProperty
    Back to top Generated by DocFX