interface AgentReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.DataSync.AgentReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#AgentReference | 
|  Java | software.amazon.awscdk.services.datasync.AgentReference | 
|  Python | aws_cdk.aws_datasync.AgentReference | 
|  TypeScript | aws-cdk-lib»aws_datasync»AgentReference | 
A reference to a Agent resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const agentReference: datasync.AgentReference = {
  agentArn: 'agentArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| agent | string | The AgentArn of the Agent resource. | 
agentArn
Type:
string
The AgentArn of the Agent resource.
