Profile Args
data class ProfileArgs(val as2Id: Output<String>? = null, val certificateIds: Output<List<String>>? = null, val profileType: Output<ProfileType>? = null, val tags: Output<List<ProfileTagArgs>>? = null) : ConvertibleToJava<ProfileArgs>
Resource Type definition for AWS::Transfer::Profile
Constructors
Link copied to clipboard
fun ProfileArgs(as2Id: Output<String>? = null, certificateIds: Output<List<String>>? = null, profileType: Output<ProfileType>? = null, tags: Output<List<ProfileTagArgs>>? = null)