class Aws::GroundStation::Types::SecurityDetails

Information about endpoints.

@note When making an API call, you may pass SecurityDetails

data as a hash:

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

@!attribute [rw] role_arn

ARN to a role needed for connecting streams to your instances.
@return [String]

@!attribute [rw] security_group_ids

The security groups to attach to the elastic network interfaces.
@return [Array<String>]

@!attribute [rw] subnet_ids

A list of subnets where AWS Ground Station places elastic network
interfaces to send streams to your instances.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SecurityDetails AWS API Documentation

Constants

SENSITIVE