aws-cdk-lib.aws_appflow.CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty
interface ServiceNowConnectorProfileCredentialsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_ServiceNowConnectorProfileCredentialsProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty |
![]() | aws-cdk-lib » aws_appflow » CfnConnectorProfile » ServiceNowConnectorProfileCredentialsProperty |
The connector-specific profile credentials required when using ServiceNow.
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 serviceNowConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty = {
password: 'password',
username: 'username',
};
Properties
Name | Type | Description |
---|---|---|
password | string | The password that corresponds to the user name. |
username | string | The name of the user. |
password
Type:
string
The password that corresponds to the user name.
username
Type:
string
The name of the user.