Agreement Args
data class AgreementArgs(val accessRole: Output<String>? = null, val baseDirectory: Output<String>? = null, val description: Output<String>? = null, val localProfileId: Output<String>? = null, val partnerProfileId: Output<String>? = null, val serverId: Output<String>? = null, val status: Output<AgreementStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AgreementArgs>
Resource Type definition for AWS::Transfer::Agreement
Constructors
Link copied to clipboard
constructor(accessRole: Output<String>? = null, baseDirectory: Output<String>? = null, description: Output<String>? = null, localProfileId: Output<String>? = null, partnerProfileId: Output<String>? = null, serverId: Output<String>? = null, status: Output<AgreementStatus>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Specifies the access role for the agreement.
Link copied to clipboard
Specifies the base directory for the agreement.
Link copied to clipboard
A textual description for the agreement.
Link copied to clipboard
A unique identifier for the local profile.
Link copied to clipboard
A unique identifier for the partner profile.
Link copied to clipboard
Specifies the status of the agreement.