Class: Aws::OpenSearchService::Types::CreateVpcEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2370

class CreateVpcEndpointRequest < Struct.new(
  :domain_arn,
  :vpc_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#domain_arnString

The Amazon Resource Name (ARN) of the domain to create the endpoint for.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2370

class CreateVpcEndpointRequest < Struct.new(
  :domain_arn,
  :vpc_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_optionsTypes::VPCOptions

Options to specify the subnets and security groups for the endpoint.

Returns:



2370
2371
2372
2373
2374
2375
2376
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2370

class CreateVpcEndpointRequest < Struct.new(
  :domain_arn,
  :vpc_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end