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<AgreementTagArgs>>? = null) : ConvertibleToJava<AgreementArgs>
Resource Type definition for AWS::Transfer::Agreement
Constructors
Link copied to clipboard
fun AgreementArgs(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<AgreementTagArgs>>? = null)