We recommend new projects start with resources from the AWS provider.
aws-native.datazone.getGroupProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
getGroupProfile Result
The following output properties are available:
- Domain
Id string - The identifier of the Amazon DataZone domain in which the group profile is created.
- Group
Name string - The group-name of the Group Profile.
- Id string
- The ID of the Amazon DataZone group profile.
- Status
Pulumi.
Aws Native. Data Zone. Group Profile Status - The status of a group profile.
- Domain
Id string - The identifier of the Amazon DataZone domain in which the group profile is created.
- Group
Name string - The group-name of the Group Profile.
- Id string
- The ID of the Amazon DataZone group profile.
- Status
Group
Profile Status - The status of a group profile.
- domain
Id String - The identifier of the Amazon DataZone domain in which the group profile is created.
- group
Name String - The group-name of the Group Profile.
- id String
- The ID of the Amazon DataZone group profile.
- status
Group
Profile Status - The status of a group profile.
- domain
Id string - The identifier of the Amazon DataZone domain in which the group profile is created.
- group
Name string - The group-name of the Group Profile.
- id string
- The ID of the Amazon DataZone group profile.
- status
Group
Profile Status - 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
Group
Profile Status - The status of a group profile.
- domain
Id String - The identifier of the Amazon DataZone domain in which the group profile is created.
- group
Name 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
We recommend new projects start with resources from the AWS provider.