You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::SecurityDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SecurityDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "RoleArn", # required
  security_group_ids: ["String"], # required
  subnet_ids: ["String"], # required
}

Information about endpoints.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

ARN to a role needed for connecting streams to your instances.

Returns:

  • (String)

    ARN to a role needed for connecting streams to your instances.

#security_group_idsArray<String>

The security groups to attach to the elastic network interfaces.

Returns:

  • (Array<String>)

    The security groups to attach to the elastic network interfaces.

#subnet_idsArray<String>

A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.

Returns:

  • (Array<String>)

    A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.