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
Remarks
Description
Properties for CfnFlowPropsMixin.
string? Description { get; }
Property Value
Remarks
FlowDefinition
Properties for CfnFlowPropsMixin.
object? FlowDefinition { get; }
Property Value
Remarks
Name
Properties for CfnFlowPropsMixin.
string? Name { get; }
Property Value
Remarks
Permissions
Properties for CfnFlowPropsMixin.
object? Permissions { get; }