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

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.GroupProfile

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

    Group profiles represent groups of Amazon DataZone users. Groups can be manually created, or mapped to Active Directory groups of enterprise customers. In Amazon DataZone, groups serve two purposes. First, a group can map to a team of users in the organizational chart, and thus reduce the administrative work of a Amazon DataZone project owner when there are new employees joining or leaving a team. Second, corporate administrators use Active Directory groups to manage and update user statuses and so Amazon DataZone domain administrators can use these group memberships to implement Amazon DataZone domain policies.

    Create GroupProfile Resource

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

    Constructor syntax

    new GroupProfile(name: string, args: GroupProfileArgs, opts?: CustomResourceOptions);
    @overload
    def GroupProfile(resource_name: str,
                     args: GroupProfileArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def GroupProfile(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     domain_identifier: Optional[str] = None,
                     group_identifier: Optional[str] = None,
                     status: Optional[GroupProfileStatus] = None)
    func NewGroupProfile(ctx *Context, name string, args GroupProfileArgs, opts ...ResourceOption) (*GroupProfile, error)
    public GroupProfile(string name, GroupProfileArgs args, CustomResourceOptions? opts = null)
    public GroupProfile(String name, GroupProfileArgs args)
    public GroupProfile(String name, GroupProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:GroupProfile
    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 GroupProfileArgs
    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 GroupProfileArgs
    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 GroupProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GroupProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GroupProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GroupProfile 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 GroupProfile resource accepts the following input properties:

    DomainIdentifier string
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    GroupIdentifier string
    The ID of the group.
    Status Pulumi.AwsNative.DataZone.GroupProfileStatus
    The status of a group profile.
    DomainIdentifier string
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    GroupIdentifier string
    The ID of the group.
    Status GroupProfileStatus
    The status of a group profile.
    domainIdentifier String
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    groupIdentifier String
    The ID of the group.
    status GroupProfileStatus
    The status of a group profile.
    domainIdentifier string
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    groupIdentifier string
    The ID of the group.
    status GroupProfileStatus
    The status of a group profile.
    domain_identifier str
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    group_identifier str
    The ID of the group.
    status GroupProfileStatus
    The status of a group profile.
    domainIdentifier String
    The identifier of the Amazon DataZone domain in which the group profile would be created.
    groupIdentifier String
    The ID of the group.
    status "ASSIGNED" | "NOT_ASSIGNED"
    The status of a group profile.

    Outputs

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

    AwsId string
    The ID of the Amazon DataZone group profile.
    DomainId string
    The identifier of the Amazon DataZone domain in which the group profile is created.
    GroupName string
    The group-name of the Group Profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The ID of the Amazon DataZone group profile.
    DomainId string
    The identifier of the Amazon DataZone domain in which the group profile is created.
    GroupName string
    The group-name of the Group Profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The ID of the Amazon DataZone group profile.
    domainId String
    The identifier of the Amazon DataZone domain in which the group profile is created.
    groupName String
    The group-name of the Group Profile.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The ID of the Amazon DataZone group profile.
    domainId string
    The identifier of the Amazon DataZone domain in which the group profile is created.
    groupName string
    The group-name of the Group Profile.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The ID of the Amazon DataZone group profile.
    domain_id str
    The identifier of the Amazon DataZone domain in which the group profile is created.
    group_name str
    The group-name of the Group Profile.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The ID of the Amazon DataZone group profile.
    domainId String
    The identifier of the Amazon DataZone domain in which the group profile is created.
    groupName String
    The group-name of the Group Profile.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GroupProfileStatus, GroupProfileStatusArgs

    Assigned
    ASSIGNED
    NotAssigned
    NOT_ASSIGNED
    GroupProfileStatusAssigned
    ASSIGNED
    GroupProfileStatusNotAssigned
    NOT_ASSIGNED
    Assigned
    ASSIGNED
    NotAssigned
    NOT_ASSIGNED
    Assigned
    ASSIGNED
    NotAssigned
    NOT_ASSIGNED
    ASSIGNED
    ASSIGNED
    NOT_ASSIGNED
    NOT_ASSIGNED
    "ASSIGNED"
    ASSIGNED
    "NOT_ASSIGNED"
    NOT_ASSIGNED

    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