interface AgreementReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.AgreementReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#AgreementReference |
![]() | software.amazon.awscdk.services.transfer.AgreementReference |
![]() | aws_cdk.aws_transfer.AgreementReference |
![]() | aws-cdk-lib » aws_transfer » AgreementReference |
A reference to a Agreement resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const agreementReference: transfer.AgreementReference = {
agreementArn: 'agreementArn',
agreementId: 'agreementId',
serverId: 'serverId',
};
Properties
Name | Type | Description |
---|---|---|
agreement | string | The ARN of the Agreement resource. |
agreement | string | The AgreementId of the Agreement resource. |
server | string | The ServerId of the Agreement resource. |
agreementArn
Type:
string
The ARN of the Agreement resource.
agreementId
Type:
string
The AgreementId of the Agreement resource.
serverId
Type:
string
The ServerId of the Agreement resource.