interface MonitorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NetworkFlowMonitor.MonitorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnetworkflowmonitor#MonitorReference |
Java | software.amazon.awscdk.interfaces.networkflowmonitor.MonitorReference |
Python | aws_cdk.interfaces.aws_networkflowmonitor.MonitorReference |
TypeScript | aws-cdk-lib » interfaces » aws_networkflowmonitor » MonitorReference |
A reference to a Monitor resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkflowmonitor as interfaces_networkflowmonitor } from 'aws-cdk-lib/interfaces';
const monitorReference: interfaces_networkflowmonitor.MonitorReference = {
monitorArn: 'monitorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| monitor | string | The Arn of the Monitor resource. |
monitorArn
Type:
string
The Arn of the Monitor resource.

.NET
Go
Java
Python
TypeScript