aws-cdk-lib.aws_appflow.CfnConnectorProfile.BasicAuthCredentialsProperty

interface BasicAuthCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.BasicAuthCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_BasicAuthCredentialsProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.BasicAuthCredentialsProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.BasicAuthCredentialsProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » BasicAuthCredentialsProperty

The basic auth credentials required for basic authentication.

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 basicAuthCredentialsProperty: appflow.CfnConnectorProfile.BasicAuthCredentialsProperty = {
  password: 'password',
  username: 'username',
};

Properties

NameTypeDescription
passwordstringThe password to use to connect to a resource.
usernamestringThe username to use to connect to a resource.

password

Type: string

The password to use to connect to a resource.


username

Type: string

The username to use to connect to a resource.