Values.UpdateProjectProfileInputSourceUpdates a project profile.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where a project profile is to be updated.
*)identifier : ProjectProfileId.t;The ID of a project profile that is to be updated.
*)name : ProjectProfileName.t option;The name of a project profile.
*)description : Description.t option;The description of a project profile.
*)status : Status.t option;The status of a project profile.
*)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;The environment configurations of a project profile.
*)domainUnitIdentifier : DomainUnitId.t option;The ID of the domain unit where a project profile is to be updated.
*)}val make :
?name:??? ->
?description:??? ->
?status:??? ->
?projectResourceTags:??? ->
?allowCustomProjectResourceTags:??? ->
?projectResourceTagsDescription:??? ->
?environmentConfigurations:??? ->
?domainUnitIdentifier:??? ->
domainIdentifier:DomainId.t ->
identifier:ProjectProfileId.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 ]