Values.PutEnvironmentBlueprintConfigurationOutputSourceWrites the configuration for the specified environment blueprint in Amazon DataZone.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The identifier of the environment blueprint.
*)provisioningRoleArn : RoleArn.t option;The ARN of the provisioning role.
*)environmentRolePermissionBoundary : PolicyArn.t option;The environment role permissions boundary.
*)manageAccessRoleArn : RoleArn.t option;The ARN of the manage access role.
*)enabledRegions : EnabledRegionList.t option;Specifies the enabled Amazon Web Services Regions.
*)regionalParameters : RegionalParameterMap.t option;The regional parameters in the environment blueprint.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the 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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 ]