Values.UpdateResourceConfigurationRequestSourceUpdates the specified resource configuration.
type nonrec t = {resourceConfigurationIdentifier : ResourceConfigurationIdentifier.t;The ID of the resource configuration.
*)resourceConfigurationDefinition : ResourceConfigurationDefinition.t option;Identifies the resource configuration in one of the following ways: Amazon Resource Name (ARN) - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN. Domain name - Any domain name that is publicly resolvable. IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
*)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
*)}val make :
?resourceConfigurationDefinition:??? ->
?allowAssociationToShareableServiceNetwork:??? ->
?portRanges:??? ->
resourceConfigurationIdentifier:ResourceConfigurationIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of PortRange.t ] list
| `String of ResourceConfigurationIdentifier.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DomainName.t ])
list ])
list ])
list ]