Values.AccountEnforcedGuardrailOutputConfigurationSourceAccount enforced guardrail output configuration.
type nonrec t = {configId : AccountEnforcedGuardrailConfigurationId.t option;Unique ID for the account enforced configuration.
*)guardrailArn : GuardrailArn.t option;ARN representation for the guardrail.
*)guardrailId : GuardrailId.t option;Unique ID for the guardrail.
*)inputTags : InputTags.t option;Whether to honor or ignore input tags at runtime.
*)selectiveContentGuarding : SelectiveContentGuarding.t option;Selective content guarding controls for enforced guardrails.
*)guardrailVersion : GuardrailNumericalVersion.t option;Numerical guardrail version.
*)createdAt : Timestamp.t option;Timestamp.
*)createdBy : String_.t option;The ARN of the role used to update the configuration.
*)updatedAt : Timestamp.t option;Timestamp.
*)updatedBy : String_.t option;The ARN of the role used to update the configuration.
*)owner : ConfigurationOwner.t option;Configuration owner type.
*)modelEnforcement : ModelEnforcement.t option;Model-specific information for the enforced guardrail configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AccountEnforcedGuardrailConfigurationId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of IncludedModelId.t ] list ])
list
| `Timestamp of Timestamp.t ])
list ]