Instance / Attribute / secondary_interfaces

secondary_interfaces

EC2.Instance.secondary_interfaces
  • (list) –

    The secondary interfaces for the instance.

    • (dict) –

      Describes a secondary interface attached to an instance.

      • Attachment (dict) –

        The attachment information for the secondary interface.

        • AttachTime (datetime) –

          The timestamp when the attachment was created.

        • AttachmentId (string) –

          The ID of the attachment.

        • DeleteOnTermination (boolean) –

          Indicates whether the secondary interface is deleted when the instance is terminated.

          The only supported value for this field is true.

        • DeviceIndex (integer) –

          The device index of the secondary interface.

        • Status (string) –

          The attachment state.

        • NetworkCardIndex (integer) –

          The index of the network card.

      • MacAddress (string) –

        The MAC address of the secondary interface.

      • SecondaryInterfaceId (string) –

        The ID of the secondary interface.

      • OwnerId (string) –

        The Amazon Web Services account ID of the owner of the secondary interface.

      • PrivateIpAddresses (list) –

        The private IPv4 addresses associated with the secondary interface.

        • (dict) –

          Describes a private IPv4 address for a secondary interface.

          • PrivateIpAddress (string) –

            The private IPv4 address.

      • SourceDestCheck (boolean) –

        Indicates whether source/destination checking is enabled.

      • Status (string) –

        The status of the secondary interface.

      • SecondarySubnetId (string) –

        The ID of the secondary subnet.

      • SecondaryNetworkId (string) –

        The ID of the secondary network.

      • InterfaceType (string) –

        The type of secondary interface.