ProjectMembershipArgs

data class ProjectMembershipArgs(val designation: Output<ProjectMembershipUserDesignation>? = null, val domainIdentifier: Output<String>? = null, val member: Output<Either<ProjectMembershipMember0PropertiesArgs, ProjectMembershipMember1PropertiesArgs>>? = null, val projectIdentifier: Output<String>? = null) : ConvertibleToJava<ProjectMembershipArgs>

Definition of AWS::DataZone::ProjectMembership Resource Type

Constructors

Link copied to clipboard
constructor(designation: Output<ProjectMembershipUserDesignation>? = null, domainIdentifier: Output<String>? = null, member: Output<Either<ProjectMembershipMember0PropertiesArgs, ProjectMembershipMember1PropertiesArgs>>? = null, projectIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val domainIdentifier: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val projectIdentifier: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ProjectMembershipArgs