Show / Hide Table of Contents

Class CfnFlow.PermissionProperty

Inheritance
object
CfnFlow.PermissionProperty
Implements
CfnFlow.IPermissionProperty
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 CfnFlow.PermissionProperty : CfnFlow.IPermissionProperty
Syntax (vb)
Public Class CfnFlow.PermissionProperty Implements CfnFlow.IPermissionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-flow-permission.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 permissionProperty = new PermissionProperty {
                 Actions = new [] { "actions" },
                 Principal = "principal"
             };

Synopsis

Constructors

PermissionProperty()

Properties

Actions
Principal

Constructors

PermissionProperty()

public PermissionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-flow-permission.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 permissionProperty = new PermissionProperty {
                 Actions = new [] { "actions" },
                 Principal = "principal"
             };

Properties

Actions

public string[] Actions { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-flow-permission.html#cfn-quicksight-flow-permission-actions

Principal

public string Principal { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-flow-permission.html#cfn-quicksight-flow-permission-principal

Implements

CfnFlow.IPermissionProperty
Back to top Generated by DocFX