interface OAuthClientApplicationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.QuickSight.OAuthClientApplicationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsquicksight#OAuthClientApplicationReference |
Java | software.amazon.awscdk.interfaces.quicksight.OAuthClientApplicationReference |
Python | aws_cdk.interfaces.aws_quicksight.OAuthClientApplicationReference |
TypeScript | aws-cdk-lib » interfaces » aws_quicksight » OAuthClientApplicationReference |
A reference to a OAuthClientApplication resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as interfaces_quicksight } from 'aws-cdk-lib/interfaces';
const oAuthClientApplicationReference: interfaces_quicksight.OAuthClientApplicationReference = {
oAuthClientApplicationArn: 'oAuthClientApplicationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| o | string | The Arn of the OAuthClientApplication resource. |
oAuthClientApplicationArn
Type:
string
The Arn of the OAuthClientApplication resource.

.NET
Go
Java
Python
TypeScript