CreateEnvironmentMembershipRequest
public struct CreateEnvironmentMembershipRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the environment that contains the environment member you want to add.
Declaration
Swift
public let environmentId: String -
The type of environment member permissions you want to associate with this environment member. Available values include: read-only: Has read-only access to the environment. read-write: Has read-write access to the environment.
Declaration
Swift
public let permissions: MemberPermissions -
The Amazon Resource Name (ARN) of the environment member you want to add.
Declaration
Swift
public let userArn: String -
Undocumented
Declaration
Swift
public init(environmentId: String, permissions: MemberPermissions, userArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateEnvironmentMembershipRequest Structure Reference