Values_0.DockerSettingsSourceA collection of settings that configure the domain's Docker interaction.
type nonrec t = {enableDockerAccess : FeatureStatus.t option;Indicates whether the domain can access Docker.
*)vpcOnlyTrustedAccounts : VpcOnlyTrustedAccounts.t option;The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
*)rootlessDocker : FeatureStatus.t option;Indicates whether to use rootless Docker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of AccountId.t ] list ])
list ]