Class: Aws::EC2::Types::ModifyVpcEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass ModifyVpcEndpointRequest data as a hash:

{
  dry_run: false,
  vpc_endpoint_id: "String", # required
  reset_policy: false,
  policy_document: "String",
  add_route_table_ids: ["String"],
  remove_route_table_ids: ["String"],
  add_subnet_ids: ["String"],
  remove_subnet_ids: ["String"],
  add_security_group_ids: ["String"],
  remove_security_group_ids: ["String"],
  private_dns_enabled: false,
}

Contains the parameters for ModifyVpcEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#add_route_table_idsArray<String>

(Gateway endpoint) One or more route tables IDs to associate with the endpoint.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#add_security_group_idsArray<String>

(Interface endpoint) One or more security group IDs to associate with the network interface.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#add_subnet_idsArray<String>

(Interface endpoint) One or more subnet IDs in which to serve the endpoint.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.

Returns:

  • (Boolean)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#policy_documentString

(Gateway endpoint) A policy document to attach to the endpoint. The policy must be in valid JSON format.

Returns:

  • (String)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#private_dns_enabledBoolean

(Interface endpoint) Indicate whether a private hosted zone is associated with the VPC.

Returns:

  • (Boolean)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#remove_route_table_idsArray<String>

(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#remove_security_group_idsArray<String>

(Interface endpoint) One or more security group IDs to disassociate from the network interface.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#remove_subnet_idsArray<String>

(Interface endpoint) One or more subnets IDs in which to remove the endpoint.

Returns:

  • (Array<String>)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#reset_policyBoolean

(Gateway endpoint) Specify ‘true` to reset the policy document to the default policy. The default policy allows full access to the service.

Returns:

  • (Boolean)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the endpoint.

Returns:

  • (String)


26514
26515
26516
26517
26518
26519
26520
26521
26522
26523
26524
26525
26526
26527
# File 'lib/aws-sdk-ec2/types.rb', line 26514

class ModifyVpcEndpointRequest < Struct.new(
  :dry_run,
  :vpc_endpoint_id,
  :reset_policy,
  :policy_document,
  :add_route_table_ids,
  :remove_route_table_ids,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :private_dns_enabled)
  include Aws::Structure
end