Creates a project profile.
See https://www.paws-r-sdk.com/docs/datazone_create_project_profile/ for full documentation.
Usage
datazone_create_project_profile(
domainIdentifier,
name,
description = NULL,
status = NULL,
projectResourceTags = NULL,
allowCustomProjectResourceTags = NULL,
projectResourceTagsDescription = NULL,
environmentConfigurations = NULL,
domainUnitIdentifier = NULL
)Arguments
- domainIdentifier
[required] A domain ID of the project profile.
- name
[required] Project profile name.
- description
A description of a project profile.
- status
Project profile status.
The resource tags of the project profile.
Specifies whether custom project resource tags are supported.
Field viewable through the UI that provides a project user with the allowed resource tag specifications.
- environmentConfigurations
Environment configurations of the project profile.
- domainUnitIdentifier
A domain unit ID of the project profile.