Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-space-resourcepermission.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 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

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

Principal

The ARN of the principal (user or group) receiving the permission.

string? Principal { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX