Show / Hide Table of Contents

Interface ICfnFlowMixinProps

Properties for CfnFlowPropsMixin.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.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 flowDefinition;

             var cfnFlowMixinProps = new CfnFlowMixinProps {
                 AwsAccountId = "awsAccountId",
                 Description = "description",
                 FlowDefinition = flowDefinition,
                 Name = "name",
                 Permissions = new [] { new PermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal"
                 } }
             };

Synopsis

Properties

AwsAccountId

Properties for CfnFlowPropsMixin.

Description

Properties for CfnFlowPropsMixin.

FlowDefinition

Properties for CfnFlowPropsMixin.

Name

Properties for CfnFlowPropsMixin.

Permissions

Properties for CfnFlowPropsMixin.

Properties

AwsAccountId

Properties for CfnFlowPropsMixin.

string? AwsAccountId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.html#cfn-quicksight-flow-awsaccountid

Description

Properties for CfnFlowPropsMixin.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.html#cfn-quicksight-flow-description

FlowDefinition

Properties for CfnFlowPropsMixin.

object? FlowDefinition { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.html#cfn-quicksight-flow-flowdefinition

Name

Properties for CfnFlowPropsMixin.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.html#cfn-quicksight-flow-name

Permissions

Properties for CfnFlowPropsMixin.

object? Permissions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-flow.html#cfn-quicksight-flow-permissions

Type union: either IResolvable or (either IResolvable or CfnFlowPropsMixin.IPermissionProperty)[]

Back to top Generated by DocFX