interface TrendmicroConnectorProfileCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnConnectorProfilePropsMixin_TrendmicroConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnConnectorProfilePropsMixin » 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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const trendmicroConnectorProfileCredentialsProperty: appflow_mixins.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty = {
apiSecretKey: 'apiSecretKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | The Secret Access Key portion of the credentials. |
apiSecretKey?
Type:
string
(optional)
The Secret Access Key portion of the credentials.

.NET
Go
Java
Python
TypeScript