Class: Aws::OpenSearchServerless::Types::CreateVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
-
#name ⇒ String
The name of the interface endpoint.
-
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
-
#subnet_ids ⇒ Array<String>
The ID of one or more subnets from which you’ll access OpenSearch Serverless.
-
#vpc_id ⇒ String
The ID of the VPC from which you’ll access OpenSearch Serverless.
Instance Attribute Details
#client_token ⇒ String
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.
872 873 874 875 876 877 878 879 880 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 872 class CreateVpcEndpointRequest < Struct.new( :client_token, :name, :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the interface endpoint.
872 873 874 875 876 877 878 879 880 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 872 class CreateVpcEndpointRequest < Struct.new( :client_token, :name, :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
872 873 874 875 876 877 878 879 880 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 872 class CreateVpcEndpointRequest < Struct.new( :client_token, :name, :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The ID of one or more subnets from which you’ll access OpenSearch Serverless.
872 873 874 875 876 877 878 879 880 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 872 class CreateVpcEndpointRequest < Struct.new( :client_token, :name, :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC from which you’ll access OpenSearch Serverless.
872 873 874 875 876 877 878 879 880 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 872 class CreateVpcEndpointRequest < Struct.new( :client_token, :name, :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |