interface CustomConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.CustomConnectorProfilePropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_CustomConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.CustomConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.CustomConnectorProfilePropertiesProperty |
![]() | aws-cdk-lib » aws_appflow » CfnConnectorProfile » CustomConnectorProfilePropertiesProperty |
The profile properties required by the custom connector.
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 customConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.CustomConnectorProfilePropertiesProperty = {
oAuth2Properties: {
oAuth2GrantType: 'oAuth2GrantType',
tokenUrl: 'tokenUrl',
tokenUrlCustomProperties: {
tokenUrlCustomPropertiesKey: 'tokenUrlCustomProperties',
},
},
profileProperties: {
profilePropertiesKey: 'profileProperties',
},
};
Properties
Name | Type | Description |
---|---|---|
o | IResolvable | OAuth2 | The OAuth 2.0 properties required for OAuth 2.0 authentication. |
profile | { [string]: string } | IResolvable | A map of properties that are required to create a profile for the custom connector. |
oAuth2Properties?
Type:
IResolvable
|
OAuth2
(optional)
The OAuth 2.0 properties required for OAuth 2.0 authentication.
profileProperties?
Type:
{ [string]: string } |
IResolvable
(optional)
A map of properties that are required to create a profile for the custom connector.