Module Values.EnvironmentBlueprintConfigurationItemSource

The configuration details of an environment blueprint.

Sourcetype nonrec t = {
  1. domainId : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain in which an environment blueprint exists.

    *)
  2. environmentBlueprintId : EnvironmentBlueprintId.t option;
    (*

    The identifier of the environment blueprint.

    *)
  3. provisioningRoleArn : RoleArn.t option;
    (*

    The ARN of the provisioning role specified in the environment blueprint configuration.

    *)
  4. environmentRolePermissionBoundary : PolicyArn.t option;
    (*

    The environment role permission boundary.

    *)
  5. manageAccessRoleArn : RoleArn.t option;
    (*

    The ARN of the manage access role specified in the environment blueprint configuration.

    *)
  6. enabledRegions : EnabledRegionList.t option;
    (*

    The enabled Amazon Web Services Regions specified in a blueprint configuration.

    *)
  7. regionalParameters : RegionalParameterMap.t option;
    (*

    The regional parameters of the environment blueprint.

    *)
  8. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp of when an environment blueprint was created.

    *)
  9. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp of when the environment blueprint was updated.

    *)
  10. provisioningConfigurations : ProvisioningConfigurationList.t option;
    (*

    The provisioning configuration of a blueprint.

    *)
}
Sourceval make : ?domainId:??? -> ?environmentBlueprintId:??? -> ?provisioningRoleArn:??? -> ?environmentRolePermissionBoundary:??? -> ?manageAccessRoleArn:??? -> ?enabledRegions:??? -> ?regionalParameters:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?provisioningConfigurations:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t