SecurityDetails
public struct SecurityDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ARN to a role needed for connecting streams to your instances.
Declaration
Swift
public let roleArn: String
-
The security groups to attach to the elastic network interfaces.
Declaration
Swift
public let securityGroupIds: [String]
-
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
Declaration
Swift
public let subnetIds: [String]
-
Undocumented
Declaration
Swift
public init(roleArn: String, securityGroupIds: [String], subnetIds: [String])