Create Vpc Connection
| quicksight_create_vpc_connection | R Documentation |
Creates a new VPC connection¶
Description¶
Creates a new VPC connection.
Usage¶
quicksight_create_vpc_connection(AwsAccountId, VPCConnectionId, Name,
SubnetIds, SecurityGroupIds, DnsResolvers, RoleArn, Tags)
Arguments¶
AwsAccountId[required] The Amazon Web Services account ID of the account where you want to create a new VPC connection.
VPCConnectionId[required] The ID of the VPC connection that you're creating. 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.
DnsResolversA list of IP addresses of DNS resolver endpoints for the VPC connection.
RoleArn[required] The IAM role to associate with the VPC connection.
TagsA map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
Value¶
A list with the following syntax:
list(
Arn = "string",
VPCConnectionId = "string",
CreationStatus = "CREATION_IN_PROGRESS"|"CREATION_SUCCESSFUL"|"CREATION_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_FAILED"|"DELETION_IN_PROGRESS"|"DELETION_FAILED"|"DELETED",
AvailabilityStatus = "AVAILABLE"|"UNAVAILABLE"|"PARTIALLY_AVAILABLE",
RequestId = "string",
Status = 123
)