Updates the specified resource configuration
Source:R/vpclattice_operations.R
vpclattice_update_resource_configuration.RdUpdates the specified resource configuration.
See https://www.paws-r-sdk.com/docs/vpclattice_update_resource_configuration/ for full documentation.
Usage
vpclattice_update_resource_configuration(
resourceConfigurationIdentifier,
resourceConfigurationDefinition = NULL,
allowAssociationToShareableServiceNetwork = NULL,
portRanges = NULL
)Arguments
- resourceConfigurationIdentifier
[required] The ID of the resource configuration.
- resourceConfigurationDefinition
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.
Indicates whether to add the resource configuration to service networks that are shared with other accounts.
- portRanges
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