interface OAuth2ClientApplicationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnConnection.OAuth2ClientApplicationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_OAuth2ClientApplicationProperty |
![]() | software.amazon.awscdk.services.datazone.CfnConnection.OAuth2ClientApplicationProperty |
![]() | aws_cdk.aws_datazone.CfnConnection.OAuth2ClientApplicationProperty |
![]() | aws-cdk-lib » aws_datazone » CfnConnection » OAuth2ClientApplicationProperty |
The OAuth2Client application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const oAuth2ClientApplicationProperty: datazone.CfnConnection.OAuth2ClientApplicationProperty = {
awsManagedClientApplicationReference: 'awsManagedClientApplicationReference',
userManagedClientApplicationClientId: 'userManagedClientApplicationClientId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AWS managed client application reference in the OAuth2Client application. |
user | string | The user managed client application client ID in the OAuth2Client application. |
awsManagedClientApplicationReference?
Type:
string
(optional)
The AWS managed client application reference in the OAuth2Client application.
userManagedClientApplicationClientId?
Type:
string
(optional)
The user managed client application client ID in the OAuth2Client application.