interface ClientCredentialsGrantDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnActionConnector.ClientCredentialsGrantDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnActionConnector_ClientCredentialsGrantDetailsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnActionConnector.ClientCredentialsGrantDetailsProperty |
Python | aws_cdk.aws_quicksight.CfnActionConnector.ClientCredentialsGrantDetailsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnActionConnector » ClientCredentialsGrantDetailsProperty |
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 clientCredentialsGrantDetailsProperty: quicksight.CfnActionConnector.ClientCredentialsGrantDetailsProperty = {
clientId: 'clientId',
clientSecret: 'clientSecret',
tokenEndpoint: 'tokenEndpoint',
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string | |
| client | string | |
| token | string |
clientId
Type:
string
clientSecret
Type:
string
tokenEndpoint
Type:
string

.NET
Go
Java
Python
TypeScript