Class CustomPermissionsReference
A reference to a CustomPermissions resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
CustomPermissionsArn
The ARN of the CustomPermissions resource.
public string CustomPermissionsArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
CustomPermissionsName
The CustomPermissionsName of the CustomPermissions resource.
public string CustomPermissionsName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated