You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3Outposts::Types::CreateEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::CreateEndpointRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
outpost_id: "OutpostId", # required
subnet_id: "SubnetId", # required
security_group_id: "SecurityGroupId", # required
}
Instance Attribute Summary collapse
-
#outpost_id ⇒ String
The ID of the AWS Outpost.
-
#security_group_id ⇒ String
The ID of the security group to use with the endpoint.
-
#subnet_id ⇒ String
The ID of the subnet in the selected VPC.
Instance Attribute Details
#outpost_id ⇒ String
The ID of the AWS Outpost.
#security_group_id ⇒ String
The ID of the security group to use with the endpoint.
#subnet_id ⇒ String
The ID of the subnet in the selected VPC.