View source: R/datazone_operations.R
| datazone_create_project_profile | R Documentation |
Creates a project profile.
See https://www.paws-r-sdk.com/docs/datazone_create_project_profile/ for full documentation.
datazone_create_project_profile(
domainIdentifier,
name,
description = NULL,
status = NULL,
projectResourceTags = NULL,
allowCustomProjectResourceTags = NULL,
projectResourceTagsDescription = NULL,
environmentConfigurations = NULL,
domainUnitIdentifier = NULL
)
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. |
projectResourceTags |
The resource tags of the project profile. |
allowCustomProjectResourceTags |
Specifies whether custom project resource tags are supported. |
projectResourceTagsDescription |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.