amazonka-ec2-0.3.2: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeNetworkInterfaceAttribute

Contents

Description

Describes a network interface attribute. You can specify only one attribute at a time.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeNetworkInterfaceAttribute.html

Synopsis

Request

Request constructor

Request lenses

dniaNetworkInterfaceId :: Lens' DescribeNetworkInterfaceAttribute Text Source

The ID of the network interface.

Response

Response constructor

Response lenses

dniarAttachment :: Lens' DescribeNetworkInterfaceAttributeResponse (Maybe NetworkInterfaceAttachment) Source

The attachment (if any) of the network interface.

dniarDescription :: Lens' DescribeNetworkInterfaceAttributeResponse (Maybe AttributeValue) Source

The description of the network interface.

dniarGroups :: Lens' DescribeNetworkInterfaceAttributeResponse [GroupIdentifier] Source

The security groups associated with the network interface.

dniarNetworkInterfaceId :: Lens' DescribeNetworkInterfaceAttributeResponse (Maybe Text) Source

The ID of the network interface.

dniarSourceDestCheck :: Lens' DescribeNetworkInterfaceAttributeResponse (Maybe AttributeBooleanValue) Source

Indicates whether source/destination checking is enabled.