Module Values.GuardrailCrossRegionConfigSource

The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination Amazon Web Services Regions where guardrail inference requests can be automatically routed. Using guardrail profiles helps maintain guardrail performance and reliability when demand increases. For more information, see the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. guardrailProfileIdentifier : GuardrailCrossRegionGuardrailProfileIdentifier.t;
    (*

    The ID or Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail profile availability depends on your current Amazon Web Services Region. For more information, see the Amazon Bedrock User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : guardrailProfileIdentifier:GuardrailCrossRegionGuardrailProfileIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GuardrailCrossRegionGuardrailProfileIdentifier.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