interface TrendmicroConnectorProfileCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_TrendmicroConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.TrendmicroConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » 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 { aws_appflow as appflow } from '@aws-cdk/cfn-property-mixins';
const trendmicroConnectorProfileCredentialsProperty: appflow.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