interface MonitorRemoteResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkFlowMonitor.CfnMonitorPropsMixin.MonitorRemoteResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkflowmonitor#CfnMonitorPropsMixin_MonitorRemoteResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkflowmonitor.CfnMonitorPropsMixin.MonitorRemoteResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_networkflowmonitor.CfnMonitorPropsMixin.MonitorRemoteResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkflowmonitor » CfnMonitorPropsMixin » MonitorRemoteResourceProperty |
A remote resource is the other endpoint in a network flow.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkflowmonitor as networkflowmonitor } from '@aws-cdk/cfn-property-mixins';
const monitorRemoteResourceProperty: networkflowmonitor.CfnMonitorPropsMixin.MonitorRemoteResourceProperty = {
identifier: 'identifier',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier? | string | The identifier of the remote resource. |
| type? | string | The type of the remote resource. |
identifier?
Type:
string
(optional)
The identifier of the remote resource.
type?
Type:
string
(optional)
The type of the remote resource.

.NET
Go
Java
Python
TypeScript