View source: R/vpclattice_operations.R
vpclattice_update_resource_configuration | R Documentation |
Updates the specified resource configuration.
See https://www.paws-r-sdk.com/docs/vpclattice_update_resource_configuration/ for full documentation.
vpclattice_update_resource_configuration(
allowAssociationToShareableServiceNetwork = NULL,
portRanges = NULL,
resourceConfigurationDefinition = NULL,
resourceConfigurationIdentifier
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.