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(
description = NULL,
domainIdentifier,
domainUnitIdentifier = NULL,
environmentConfigurations = NULL,
name,
status = NULL
)
description |
A description of a project profile. |
domainIdentifier |
[required] A domain ID of the project profile. |
domainUnitIdentifier |
A domain unit ID of the project profile. |
environmentConfigurations |
Environment configurations of the project profile. |
name |
[required] Project profile name. |
status |
Project profile status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.