| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.Types.SecurityDetails
Description
Documentation
data SecurityDetails Source #
Information about endpoints.
See: newSecurityDetails smart constructor.
Constructors
| SecurityDetails' | |
Fields | |
Instances
Arguments
| :: Text | |
| -> SecurityDetails |
Create a value of SecurityDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:roleArn:SecurityDetails', securityDetails_roleArn - ARN to a role needed for connecting streams to your instances.
$sel:securityGroupIds:SecurityDetails', securityDetails_securityGroupIds - The security groups to attach to the elastic network interfaces.
$sel:subnetIds:SecurityDetails', securityDetails_subnetIds - A list of subnets where AWS Ground Station places elastic network
interfaces to send streams to your instances.
securityDetails_roleArn :: Lens' SecurityDetails Text Source #
ARN to a role needed for connecting streams to your instances.
securityDetails_securityGroupIds :: Lens' SecurityDetails [Text] Source #
The security groups to attach to the elastic network interfaces.
securityDetails_subnetIds :: Lens' SecurityDetails [Text] Source #
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.