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

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

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.

    Using getGroupProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGroupProfile(args: GetGroupProfileArgs, opts?: InvokeOptions): Promise<GetGroupProfileResult>
    function getGroupProfileOutput(args: GetGroupProfileOutputArgs, opts?: InvokeOptions): Output<GetGroupProfileResult>
    def get_group_profile(domain_id: Optional[str] = None,
                          id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetGroupProfileResult
    def get_group_profile_output(domain_id: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetGroupProfileResult]
    func LookupGroupProfile(ctx *Context, args *LookupGroupProfileArgs, opts ...InvokeOption) (*LookupGroupProfileResult, error)
    func LookupGroupProfileOutput(ctx *Context, args *LookupGroupProfileOutputArgs, opts ...InvokeOption) LookupGroupProfileResultOutput

    > Note: This function is named LookupGroupProfile in the Go SDK.

    public static class GetGroupProfile 
    {
        public static Task<GetGroupProfileResult> InvokeAsync(GetGroupProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupProfileResult> Invoke(GetGroupProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupProfileResult> getGroupProfile(GetGroupProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:datazone:getGroupProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainId string
    The identifier of the Amazon DataZone domain in which the group profile is created.
    Id 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.
    Id 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.
    id 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.
    id string
    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.
    id str
    The ID of the Amazon DataZone group profile.
    domainId String
    The identifier of the Amazon DataZone domain in which the group profile is created.
    id String
    The ID of the Amazon DataZone group profile.

    getGroupProfile Result

    The following output properties are available:

    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 ID of the Amazon DataZone group profile.
    Status Pulumi.AwsNative.DataZone.GroupProfileStatus
    The status of a 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 ID of the Amazon DataZone group profile.
    Status GroupProfileStatus
    The status of a 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 ID of the Amazon DataZone group profile.
    status GroupProfileStatus
    The status of a 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 ID of the Amazon DataZone group profile.
    status GroupProfileStatus
    The status of a 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 ID of the Amazon DataZone group profile.
    status GroupProfileStatus
    The status of a 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 ID of the Amazon DataZone group profile.
    status "ASSIGNED" | "NOT_ASSIGNED"
    The status of a group profile.

    Supporting Types

    GroupProfileStatus

    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