interface LinkSharingConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.LinkSharingConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_LinkSharingConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.LinkSharingConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.LinkSharingConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnDashboard»LinkSharingConfigurationProperty | 
A structure that contains the configuration of a shareable link to the dashboard.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const linkSharingConfigurationProperty: quicksight.CfnDashboard.LinkSharingConfigurationProperty = {
  permissions: [{
    actions: ['actions'],
    principal: 'principal',
    // the properties below are optional
    resource: 'resource',
  }],
};
Properties
| Name | Type | Description | 
|---|---|---|
| permissions? | IResolvable | (IResolvable | Resource)[] | A structure that contains the permissions of a shareable link. | 
permissions?
Type:
IResolvable | (IResolvable | Resource)[]
(optional)
A structure that contains the permissions of a shareable link.
