Class: Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessRequest

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

#accountString

The Amazon Web Services account ID to grant access to.

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 701

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

#domain_nameString

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

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 701

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

#serviceString

The Amazon Web Services service SP to grant access to.

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 701

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

#service_optionsTypes::ServiceOptions

The options for the service, including the supported Regions for the endpoint access.



701
702
703
704
705
706
707
708
# File 'lib/aws-sdk-opensearchservice/types.rb', line 701

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