Class: Aws::OpenSearchServerless::Types::UpdateVpcEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_security_group_idsArray<String>

The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

Returns:

  • (Array<String>)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#add_subnet_idsArray<String>

The ID of one or more subnets to add to the endpoint.

Returns:

  • (Array<String>)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the interface endpoint to update.

Returns:

  • (String)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#remove_security_group_idsArray<String>

The unique identifiers of the security groups to remove from the endpoint.

Returns:

  • (Array<String>)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#remove_subnet_idsArray<String>

The unique identifiers of the subnets to remove from the endpoint.

Returns:

  • (Array<String>)


2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2900

class UpdateVpcEndpointRequest < Struct.new(
  :id,
  :add_subnet_ids,
  :remove_subnet_ids,
  :add_security_group_ids,
  :remove_security_group_ids,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end