Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data SecurityDetails Source #
Information about endpoints.
See: newSecurityDetails
smart constructor.
Instances
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.