Show / Hide Table of Contents

Class CfnAnalysis.LayerCustomActionProperty

A layer custom action.

Inheritance
object
CfnAnalysis.LayerCustomActionProperty
Implements
CfnAnalysis.ILayerCustomActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.LayerCustomActionProperty : CfnAnalysis.ILayerCustomActionProperty
Syntax (vb)
Public Class CfnAnalysis.LayerCustomActionProperty Implements CfnAnalysis.ILayerCustomActionProperty
Remarks

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

             var layerCustomActionProperty = new LayerCustomActionProperty {
                 ActionOperations = new [] { new LayerCustomActionOperationProperty {
                     FilterOperation = new CustomActionFilterOperationProperty {
                         SelectedFieldsConfiguration = new FilterOperationSelectedFieldsConfigurationProperty {
                             SelectedColumns = new [] { new ColumnIdentifierProperty {
                                 ColumnName = "columnName",
                                 DataSetIdentifier = "dataSetIdentifier"
                             } },
                             SelectedFieldOptions = "selectedFieldOptions",
                             SelectedFields = new [] { "selectedFields" }
                         },
                         TargetVisualsConfiguration = new FilterOperationTargetVisualsConfigurationProperty {
                             SameSheetTargetVisualConfiguration = new SameSheetTargetVisualConfigurationProperty {
                                 TargetVisualOptions = "targetVisualOptions",
                                 TargetVisuals = new [] { "targetVisuals" }
                             }
                         }
                     },
                     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" }
                                     },

                                     // the properties below are optional
                                     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",
                 Trigger = "trigger",

                 // the properties below are optional
                 Status = "status"
             };

Synopsis

Constructors

LayerCustomActionProperty()

A layer custom action.

Properties

ActionOperations

A list of LayerCustomActionOperations .

CustomActionId

The ID of the custom action.

Name

The name of the custom action.

Status

The status of the LayerCustomAction .

Trigger

The trigger of the LayerCustomAction .

Constructors

LayerCustomActionProperty()

A layer custom action.

public LayerCustomActionProperty()
Remarks

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

             var layerCustomActionProperty = new LayerCustomActionProperty {
                 ActionOperations = new [] { new LayerCustomActionOperationProperty {
                     FilterOperation = new CustomActionFilterOperationProperty {
                         SelectedFieldsConfiguration = new FilterOperationSelectedFieldsConfigurationProperty {
                             SelectedColumns = new [] { new ColumnIdentifierProperty {
                                 ColumnName = "columnName",
                                 DataSetIdentifier = "dataSetIdentifier"
                             } },
                             SelectedFieldOptions = "selectedFieldOptions",
                             SelectedFields = new [] { "selectedFields" }
                         },
                         TargetVisualsConfiguration = new FilterOperationTargetVisualsConfigurationProperty {
                             SameSheetTargetVisualConfiguration = new SameSheetTargetVisualConfigurationProperty {
                                 TargetVisualOptions = "targetVisualOptions",
                                 TargetVisuals = new [] { "targetVisuals" }
                             }
                         }
                     },
                     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" }
                                     },

                                     // the properties below are optional
                                     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",
                 Trigger = "trigger",

                 // the properties below are optional
                 Status = "status"
             };

Properties

ActionOperations

A list of LayerCustomActionOperations .

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-analysis-layercustomaction.html#cfn-quicksight-analysis-layercustomaction-actionoperations

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-analysis-layercustomaction.html#cfn-quicksight-analysis-layercustomaction-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-analysis-layercustomaction.html#cfn-quicksight-analysis-layercustomaction-name

Status

The status of the LayerCustomAction .

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

string

Remarks

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

Trigger

The trigger of the LayerCustomAction .

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-analysis-layercustomaction.html#cfn-quicksight-analysis-layercustomaction-trigger

    Implements

    CfnAnalysis.ILayerCustomActionProperty
    Back to top Generated by DocFX