quicksight_update_vpc_connection {paws.analytics} | R Documentation |
Updates a VPC connection
Description
Updates a VPC connection.
See https://www.paws-r-sdk.com/docs/quicksight_update_vpc_connection/ for full documentation.
Usage
quicksight_update_vpc_connection(
AwsAccountId,
VPCConnectionId,
Name,
SubnetIds,
SecurityGroupIds,
DnsResolvers = NULL,
RoleArn
)
Arguments
AwsAccountId |
[required] The Amazon Web Services account ID of the account that contains the VPC connection that you want to update. |
VPCConnectionId |
[required] The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account. |
Name |
[required] The display name for the VPC connection. |
SubnetIds |
[required] A list of subnet IDs for the VPC connection. |
SecurityGroupIds |
[required] A list of security group IDs for the VPC connection. |
DnsResolvers |
A list of IP addresses of DNS resolver endpoints for the VPC connection. |
RoleArn |
[required] An IAM role associated with the VPC connection. |
[Package paws.analytics version 0.9.0 Index]