interface AgentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.AgentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#AgentReference |
![]() | software.amazon.awscdk.services.datasync.AgentReference |
![]() | aws_cdk.aws_datasync.AgentReference |
![]() | 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.