interface TrendmicroSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnFlowPropsMixin.TrendmicroSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnFlowPropsMixin_TrendmicroSourcePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.TrendmicroSourcePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnFlowPropsMixin.TrendmicroSourcePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnFlowPropsMixin » TrendmicroSourcePropertiesProperty |
The properties that are applied when using Trend Micro as a flow source.
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 trendmicroSourcePropertiesProperty: appflow_mixins.CfnFlowPropsMixin.TrendmicroSourcePropertiesProperty = {
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| object? | string | The object specified in the Trend Micro flow source. |
object?
Type:
string
(optional)
The object specified in the Trend Micro flow source.

.NET
Go
Java
Python
TypeScript