Values.GetEnvironmentBlueprintConfigurationOutputSourceGets the blueprint configuration in Amazon DataZone.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain where this blueprint exists.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The ID of the blueprint.
*)provisioningRoleArn : RoleArn.t option;The ARN of the provisioning role with which this blueprint is created.
*)environmentRolePermissionBoundary : PolicyArn.t option;The environment role permissions boundary.
*)manageAccessRoleArn : RoleArn.t option;The ARN of the manage access role with which this blueprint is created.
*)enabledRegions : EnabledRegionList.t option;The Amazon Web Services regions in which this blueprint is enabled.
*)regionalParameters : RegionalParameterMap.t option;The regional parameters of the blueprint.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when this blueprint was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when this blueprint was upated.
*)provisioningConfigurations : ProvisioningConfigurationList.t option;The provisioning configuration of a blueprint.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `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
| `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 ]