AWS::DataZone::GroupProfileGroup 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 ...
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainIdentifier | string | RequiredCreate-onlyWrite-only |
GroupIdentifier | string | RequiredCreate-onlyWrite-only |
Status | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
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. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::GroupProfile
Resources:
MyResource:
Type: AWS::DataZone::GroupProfile
Properties:
DomainIdentifier: "my-domainidentifier"
GroupIdentifier: "my-groupidentifier"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateGroupProfiledatazone:GetGroupProfiledatazone:UpdateGroupProfilesso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfiledatazone:GetGroupProfiledatazone:UpdateGroupProfiledatazone:GetGroupProfilesso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfiledatazone:DeleteGroupProfiledatazone:GetGroupProfiledatazone:UpdateGroupProfilesso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfiledatazone:SearchGroupProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierGroupIdentifier