Values.OutpostResolverSourceA complex type that contains settings for an existing Resolver on an Outpost.
type nonrec t = {arn : Arn.t option;The ARN (Amazon Resource Name) for the Resolver on an Outpost.
*)creationTime : Rfc3339TimeString.t option;The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).
*)modificationTime : Rfc3339TimeString.t option;The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).
*)creatorRequestId : CreatorRequestId.t option;A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.
*)id : ResourceId.t option;The ID of the Resolver on Outpost.
*)instanceCount : InstanceCount.t option;Amazon EC2 instance count for the Resolver on the Outpost.
*)preferredInstanceType : OutpostInstanceType.t option;The Amazon EC2 instance type.
*)name : OutpostResolverName.t option;Name of the Resolver.
*)status : OutpostResolverStatus.t option;Status of the Resolver.
*)statusMessage : OutpostResolverStatusMessage.t option;A detailed description of the Resolver.
*)outpostArn : OutpostArn.t option;The ARN (Amazon Resource Name) for the Outpost.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of InstanceCount.t | `String of Arn.t ])
list ]