aws-cdk-lib.aws_appflow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty

interface TrendmicroConnectorProfileCredentialsProperty

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

The connector-specific profile credentials required when using Trend Micro.

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 trendmicroConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty = {
  apiSecretKey: 'apiSecretKey',
};

Properties

NameTypeDescription
apiSecretKeystringThe Secret Access Key portion of the credentials.

apiSecretKey

Type: string

The Secret Access Key portion of the credentials.