Class: Aws::QuickSight::Types::CreateVPCConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The Amazon Web Services account ID of the account where you want to create a new VPC connection.

Returns:

  • (String)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dns_resolvers ⇒ Array<String>

A list of IP addresses of DNS resolver endpoints for the VPC connection.

Returns:

  • (Array<String>)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The display name for the VPC connection.

Returns:

  • (String)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arn ⇒ String

The IAM role to associate with the VPC connection.

Returns:

  • (String)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_ids ⇒ Array<String>

A list of security group IDs for the VPC connection.

Returns:

  • (Array<String>)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_ids ⇒ Array<String>

A list of subnet IDs for the VPC connection.

Returns:

  • (Array<String>)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.

Returns:



12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_id ⇒ String

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.

Returns:

  • (String)


12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12373

class CreateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end