Values.CreateProjectProfileInputSourceCreates a project profile.
type nonrec t = {domainIdentifier : DomainId.t;A domain ID of the project profile.
*)name : ProjectProfileName.t;Project profile name.
*)description : Description.t option;A description of a project profile.
*)status : Status.t option;Project profile status.
*)projectResourceTags : ProjectResourceTagParameters.t option;The resource tags of the project profile.
*)allowCustomProjectResourceTags : Boolean.t option;Specifies whether custom project resource tags are supported.
*)projectResourceTagsDescription : Description.t option;Field viewable through the UI that provides a project user with the allowed resource tag specifications.
*)environmentConfigurations : EnvironmentConfigurationsList.t option;Environment configurations of the project profile.
*)domainUnitIdentifier : DomainUnitId.t option;A domain unit ID of the project profile.
*)}val make :
?description:??? ->
?status:??? ->
?projectResourceTags:??? ->
?allowCustomProjectResourceTags:??? ->
?projectResourceTagsDescription:??? ->
?environmentConfigurations:??? ->
?domainUnitIdentifier:??? ->
domainIdentifier:DomainId.t ->
name:ProjectProfileName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of DeploymentOrder.t
| `List of [> `String of AccountPoolId.t ] list
| `String of TagKey.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of
EnvironmentConfigurationParameterName.t ])
list ]
list
| `String of ParameterStorePath.t ])
list ])
list ]
list
| `String of DomainId.t ])
list ]