Interface CfnSpacePropsMixin.IResourcePermissionProperty
A permission granted to a principal on a QuickSight resource.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSpacePropsMixin.IResourcePermissionProperty
Syntax (vb)
Public Interface CfnSpacePropsMixin.IResourcePermissionProperty
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.CfnPropertyMixins.AWS.QuickSight;
var resourcePermissionProperty = new ResourcePermissionProperty {
Actions = new [] { "actions" },
Principal = "principal"
};
Synopsis
Properties
| Actions | The list of actions granted to the principal. |
| Principal | The ARN of the principal (user or group) receiving the permission. |
Properties
Actions
The list of actions granted to the principal.
string[]? Actions { get; }
Property Value
string[]
Remarks
Principal
The ARN of the principal (user or group) receiving the permission.
string? Principal { get; }