Module Values.PutEnvironmentBlueprintConfigurationInputSource

Writes the configuration for the specified environment blueprint in Amazon DataZone.

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

    The identifier of the Amazon DataZone domain.

    *)
  2. environmentBlueprintIdentifier : EnvironmentBlueprintId.t;
    (*

    The identifier of the environment blueprint.

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

    The ARN of the provisioning role.

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

    The ARN of the manage access role.

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

    The environment role permissions boundary.

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

    Specifies the enabled Amazon Web Services Regions.

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

    The regional parameters in the environment blueprint.

    *)
  8. globalParameters : GlobalParameterMap.t option;
    (*

    Region-agnostic environment blueprint parameters.

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

    The provisioning configuration of a blueprint.

    *)
}
Sourceval context_ : string
Sourceval make : ?provisioningRoleArn:??? -> ?manageAccessRoleArn:??? -> ?environmentRolePermissionBoundary:??? -> ?regionalParameters:??? -> ?globalParameters:??? -> ?provisioningConfigurations:??? -> domainIdentifier:DomainId.t -> environmentBlueprintIdentifier:EnvironmentBlueprintId.t -> enabledRegions:EnabledRegionList.t -> 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 | `String of String_.t ]) list | `String of DomainId.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