Class CfnFlow.PermissionProperty
Implements
Inherited Members
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
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
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
Principal
public string Principal { get; set; }