Class: Aws::ElasticsearchService::Types::CreateVpcEndpointRequest

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

Overview

Container for the parameters to the CreateVpcEndpointRequest operation.

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)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1211

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 grant access to.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1211

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:



1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1211

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