interface TrendmicroConnectorProfileCredentialsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.services.appflow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty |
Python | aws_cdk.aws_appflow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/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 * as appflow from '@aws-cdk/aws-appflow';
const trendmicroConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.TrendmicroConnectorProfileCredentialsProperty = {
apiSecretKey: 'apiSecretKey',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The Secret Access Key portion of the credentials. |
apiSecretKey
Type:
string
The Secret Access Key portion of the credentials.