interface MonitorLocalResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkFlowMonitor.CfnMonitorPropsMixin.MonitorLocalResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkflowmonitor#CfnMonitorPropsMixin_MonitorLocalResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkflowmonitor.CfnMonitorPropsMixin.MonitorLocalResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_networkflowmonitor.CfnMonitorPropsMixin.MonitorLocalResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkflowmonitor » CfnMonitorPropsMixin » MonitorLocalResourceProperty |
A local resource is the host where the agent is installed.
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 monitorLocalResourceProperty: networkflowmonitor.CfnMonitorPropsMixin.MonitorLocalResourceProperty = {
identifier: 'identifier',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier? | string | The identifier of the local resource. |
| type? | string | The type of the local resource. |
identifier?
Type:
string
(optional)
The identifier of the local resource.
type?
Type:
string
(optional)
The type of the local resource.

.NET
Go
Java
Python
TypeScript