Show / Hide Table of Contents

Class CustomPermissionsReference

A reference to a CustomPermissions resource.

Inheritance
object
CustomPermissionsReference
Implements
ICustomPermissionsReference
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 CustomPermissionsReference : ICustomPermissionsReference
Syntax (vb)
Public Class CustomPermissionsReference Implements ICustomPermissionsReference
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 customPermissionsReference = new CustomPermissionsReference {
                AwsAccountId = "awsAccountId",
                CustomPermissionsArn = "customPermissionsArn",
                CustomPermissionsName = "customPermissionsName"
            };

Synopsis

Constructors

CustomPermissionsReference()

A reference to a CustomPermissions resource.

Properties

AwsAccountId

The AwsAccountId of the CustomPermissions resource.

CustomPermissionsArn

The ARN of the CustomPermissions resource.

CustomPermissionsName

The CustomPermissionsName of the CustomPermissions resource.

Constructors

CustomPermissionsReference()

A reference to a CustomPermissions resource.

public CustomPermissionsReference()
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 customPermissionsReference = new CustomPermissionsReference {
                AwsAccountId = "awsAccountId",
                CustomPermissionsArn = "customPermissionsArn",
                CustomPermissionsName = "customPermissionsName"
            };

Properties

AwsAccountId

The AwsAccountId of the CustomPermissions resource.

public string AwsAccountId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

CustomPermissionsArn

The ARN of the CustomPermissions resource.

public string CustomPermissionsArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

CustomPermissionsName

The CustomPermissionsName of the CustomPermissions resource.

public string CustomPermissionsName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ICustomPermissionsReference
Back to top Generated by DocFX