vpclattice_update_resource_configuration {paws.networking} | R Documentation |
Updates the specified resource configuration
Description
Updates the specified resource configuration.
See https://www.paws-r-sdk.com/docs/vpclattice_update_resource_configuration/ for full documentation.
Usage
vpclattice_update_resource_configuration(
allowAssociationToShareableServiceNetwork = NULL,
portRanges = NULL,
resourceConfigurationDefinition = NULL,
resourceConfigurationIdentifier
)
Arguments
allowAssociationToShareableServiceNetwork |
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 |
resourceConfigurationDefinition |
The resource configuration. |
resourceConfigurationIdentifier |
[required] The ID of the resource configuration. |
[Package paws.networking version 0.9.0 Index]