Values.ResourceConfigurationSummarySourceSummary information about a resource configuration.
type nonrec t = {id : ResourceConfigurationId.t option;The ID of the resource configuration.
*)name : ResourceConfigurationName.t option;The name of the resource configuration.
*)arn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration.
*)resourceGatewayId : ResourceGatewayId.t option;The ID of the resource gateway.
*)resourceConfigurationGroupId : ResourceConfigurationId.t option;The ID of the group resource configuration.
*)type_ : ResourceConfigurationType.t option;The type of resource configuration. SINGLE - A single resource. GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration. CHILD - A single resource that is part of a group resource configuration. ARN - An Amazon Web Services resource.
*)status : ResourceConfigurationStatus.t option;The status of the resource configuration.
*)amazonManaged : Boolean.t option;Indicates whether the resource configuration was created and is managed by Amazon.
*)createdAt : Timestamp.t option;The date and time that the resource configuration was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The most recent date and time that the resource configuration was updated, in ISO-8601 format.
*)customDomainName : DomainName.t option;The custom domain name.
*)domainVerificationId : DomainVerificationId.t option;The domain verification ID.
*)groupDomain : DomainName.t option;(GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ResourceConfigurationId.t
| `Timestamp of Timestamp.t ])
list ]