Class: Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessRequest

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

Overview

Container for request parameters to the AuthorizeVpcEndpointAccess operation. Specifies the account to be permitted to manage VPC endpoints against the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The account ID to grant access to.

Returns:

  • (String)


279
280
281
282
283
284
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 279

class AuthorizeVpcEndpointAccessRequest < Struct.new(
  :domain_name,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the OpenSearch Service domain to provide access to.

Returns:

  • (String)


279
280
281
282
283
284
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 279

class AuthorizeVpcEndpointAccessRequest < Struct.new(
  :domain_name,
  :account)
  SENSITIVE = []
  include Aws::Structure
end