Values.GetResourceConfigurationResponseSourceRetrieves information about the specified 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 used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.
*)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. CHILD - A single resource that is part of a group resource configuration. ARN - An Amazon Web Services resource.
*)portRanges : PortRangeList.t option;The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
*)protocol : ProtocolType.t option;The TCP protocol accepted by the specified resource configuration.
*)customDomainName : DomainName.t option;The custom domain name of the resource configuration.
*)status : ResourceConfigurationStatus.t option;The status of the resource configuration.
*)resourceConfigurationDefinition : ResourceConfigurationDefinition.t option;The resource configuration.
*)createdAt : Timestamp.t option;The date and time that the resource configuration was created, in ISO-8601 format.
*)amazonManaged : Boolean.t option;Indicates whether the resource configuration was created and is managed by Amazon.
*)failureReason : String_.t option;The reason the create-resource-configuration request failed.
*)lastUpdatedAt : Timestamp.t option;The most recent date and time that the resource configuration was updated, in ISO-8601 format.
*)domainVerificationId : DomainVerificationId.t option;The domain verification ID.
*)domainVerificationArn : DomainVerificationArn.t option;The ARN of the domain verification.
*)domainVerificationStatus : VerificationStatus.t option;The domain verification status.
*)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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?name:??? ->
?arn:??? ->
?resourceGatewayId:??? ->
?resourceConfigurationGroupId:??? ->
?type_:??? ->
?allowAssociationToShareableServiceNetwork:??? ->
?portRanges:??? ->
?protocol:??? ->
?customDomainName:??? ->
?status:??? ->
?resourceConfigurationDefinition:??? ->
?createdAt:??? ->
?amazonManaged:??? ->
?failureReason:??? ->
?lastUpdatedAt:??? ->
?domainVerificationId:??? ->
?domainVerificationArn:??? ->
?domainVerificationStatus:??? ->
?groupDomain:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of PortRange.t ] list
| `String of ResourceConfigurationId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DomainName.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]