Values.EnvironmentBlueprintConfigurationItemSourceThe configuration details of an environment blueprint.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which an environment blueprint exists.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The identifier of the environment blueprint.
*)provisioningRoleArn : RoleArn.t option;The ARN of the provisioning role specified in the environment blueprint configuration.
*)environmentRolePermissionBoundary : PolicyArn.t option;The environment role permission boundary.
*)manageAccessRoleArn : RoleArn.t option;The ARN of the manage access role specified in the environment blueprint configuration.
*)enabledRegions : EnabledRegionList.t option;The enabled Amazon Web Services Regions specified in a blueprint configuration.
*)regionalParameters : RegionalParameterMap.t option;The regional parameters of the environment blueprint.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when an environment blueprint was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment blueprint was updated.
*)provisioningConfigurations : ProvisioningConfigurationList.t option;The provisioning configuration of a blueprint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of RegionName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of S3Location.t ] list
| `String of RoleArn.t ])
list ])
list ]
list
| `Map of
([> `String of RegionName.t ]
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list ])
list
| `String of DomainId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]