interface ClientCredentialsGrantDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnActionConnectorPropsMixin_ClientCredentialsGrantDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnActionConnectorPropsMixin » 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/cfn-property-mixins';
const clientCredentialsGrantDetailsProperty: quicksight.CfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsProperty = {
clientId: 'clientId',
clientSecret: 'clientSecret',
tokenEndpoint: 'tokenEndpoint',
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string | |
| client | string | |
| token | string |
clientId?
Type:
string
(optional)
clientSecret?
Type:
string
(optional)
tokenEndpoint?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript