interface SAPODataConnectorProfileCredentialsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_SAPODataConnectorProfileCredentialsProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty |
![]() | aws-cdk-lib » aws_appflow » CfnConnectorProfile » SAPODataConnectorProfileCredentialsProperty |
The connector-specific profile credentials required when using SAPOData.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const sAPODataConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty = {
basicAuthCredentials: {
password: 'password',
username: 'username',
},
oAuthCredentials: {
accessToken: 'accessToken',
clientId: 'clientId',
clientSecret: 'clientSecret',
connectorOAuthRequest: {
authCode: 'authCode',
redirectUri: 'redirectUri',
},
refreshToken: 'refreshToken',
},
};
Properties
Name | Type | Description |
---|---|---|
basic | IResolvable | Basic | The SAPOData basic authentication credentials. |
o | IResolvable | OAuth | The SAPOData OAuth type authentication credentials. |
basicAuthCredentials?
Type:
IResolvable
|
Basic
(optional)
The SAPOData basic authentication credentials.
oAuthCredentials?
Type:
IResolvable
|
OAuth
(optional)
The SAPOData OAuth type authentication credentials.