1. Packages
  2. AWS Native
  3. API Docs
  4. datazone
  5. ProjectMembership

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.datazone.ProjectMembership

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::DataZone::ProjectMembership Resource Type

    Create ProjectMembership Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ProjectMembership(name: string, args: ProjectMembershipArgs, opts?: CustomResourceOptions);
    @overload
    def ProjectMembership(resource_name: str,
                          args: ProjectMembershipArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProjectMembership(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          designation: Optional[ProjectMembershipUserDesignation] = None,
                          domain_identifier: Optional[str] = None,
                          member: Optional[Union[ProjectMembershipMember0PropertiesArgs, ProjectMembershipMember1PropertiesArgs]] = None,
                          project_identifier: Optional[str] = None)
    func NewProjectMembership(ctx *Context, name string, args ProjectMembershipArgs, opts ...ResourceOption) (*ProjectMembership, error)
    public ProjectMembership(string name, ProjectMembershipArgs args, CustomResourceOptions? opts = null)
    public ProjectMembership(String name, ProjectMembershipArgs args)
    public ProjectMembership(String name, ProjectMembershipArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:ProjectMembership
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProjectMembershipArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProjectMembershipArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProjectMembershipArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProjectMembershipArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProjectMembershipArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ProjectMembership Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ProjectMembership resource accepts the following input properties:

    Designation Pulumi.AwsNative.DataZone.ProjectMembershipUserDesignation
    The designated role of a project member.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which project membership is created.
    Member Pulumi.AwsNative.DataZone.Inputs.ProjectMembershipMember0Properties | Pulumi.AwsNative.DataZone.Inputs.ProjectMembershipMember1Properties
    The details about a project member.
    ProjectIdentifier string
    The ID of the project for which this project membership was created.
    Designation ProjectMembershipUserDesignation
    The designated role of a project member.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which project membership is created.
    Member ProjectMembershipMember0PropertiesArgs | ProjectMembershipMember1PropertiesArgs
    The details about a project member.
    ProjectIdentifier string
    The ID of the project for which this project membership was created.
    designation ProjectMembershipUserDesignation
    The designated role of a project member.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which project membership is created.
    member ProjectMembershipMember0Properties | ProjectMembershipMember1Properties
    The details about a project member.
    projectIdentifier String
    The ID of the project for which this project membership was created.
    designation ProjectMembershipUserDesignation
    The designated role of a project member.
    domainIdentifier string
    The ID of the Amazon DataZone domain in which project membership is created.
    member ProjectMembershipMember0Properties | ProjectMembershipMember1Properties
    The details about a project member.
    projectIdentifier string
    The ID of the project for which this project membership was created.
    designation ProjectMembershipUserDesignation
    The designated role of a project member.
    domain_identifier str
    The ID of the Amazon DataZone domain in which project membership is created.
    member ProjectMembershipMember0PropertiesArgs | ProjectMembershipMember1PropertiesArgs
    The details about a project member.
    project_identifier str
    The ID of the project for which this project membership was created.
    designation "PROJECT_OWNER" | "PROJECT_CONTRIBUTOR"
    The designated role of a project member.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which project membership is created.
    member Property Map | Property Map
    The details about a project member.
    projectIdentifier String
    The ID of the project for which this project membership was created.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ProjectMembership resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ProjectMembershipMember0Properties, ProjectMembershipMember0PropertiesArgs

    ProjectMembershipMember1Properties, ProjectMembershipMember1PropertiesArgs

    ProjectMembershipUserDesignation, ProjectMembershipUserDesignationArgs

    ProjectOwner
    PROJECT_OWNER
    ProjectContributor
    PROJECT_CONTRIBUTOR
    ProjectMembershipUserDesignationProjectOwner
    PROJECT_OWNER
    ProjectMembershipUserDesignationProjectContributor
    PROJECT_CONTRIBUTOR
    ProjectOwner
    PROJECT_OWNER
    ProjectContributor
    PROJECT_CONTRIBUTOR
    ProjectOwner
    PROJECT_OWNER
    ProjectContributor
    PROJECT_CONTRIBUTOR
    PROJECT_OWNER
    PROJECT_OWNER
    PROJECT_CONTRIBUTOR
    PROJECT_CONTRIBUTOR
    "PROJECT_OWNER"
    PROJECT_OWNER
    "PROJECT_CONTRIBUTOR"
    PROJECT_CONTRIBUTOR

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi