Class: Aws::QuickSight::Types::AssetBundleImportJobVPCConnectionOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobVPCConnectionOverrideParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The override parameters for a single VPC connection that is imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_resolvers ⇒ Array<String>
An optional override of DNS resolvers to be used by the VPC connection.
-
#name ⇒ String
A new name for the VPC connection.
-
#role_arn ⇒ String
An optional override of the role ARN to be used by the VPC connection.
-
#security_group_ids ⇒ Array<String>
A new security group ID for the VPC connection you are importing.
-
#subnet_ids ⇒ Array<String>
A list of new subnet IDs for the VPC connection you are importing.
-
#vpc_connection_id ⇒ String
The ID of the VPC Connection to apply overrides to.
Instance Attribute Details
#dns_resolvers ⇒ Array<String>
An optional override of DNS resolvers to be used by the VPC connection.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the VPC connection.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
An optional override of the role ARN to be used by the VPC connection.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
A new security group ID for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of new subnet IDs for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_id ⇒ String
The ID of the VPC Connection to apply overrides to.
2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2199 class AssetBundleImportJobVPCConnectionOverrideParameters < Struct.new( :vpc_connection_id, :name, :subnet_ids, :security_group_ids, :dns_resolvers, :role_arn) SENSITIVE = [] include Aws::Structure end |