vpclattice_update_resource_configuration: Updates the specified resource configuration

View source: R/vpclattice_operations.R

vpclattice_update_resource_configurationR 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.


paws.networking documentation built on April 3, 2025, 5:54 p.m.