NetworkAccessConfiguration

public struct NetworkAccessConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

    Declaration

    Swift

    public let eniId: String?
  • The private IP address of the elastic network interface that is attached to instances in your VPC.

    Declaration

    Swift

    public let eniPrivateIpAddress: String?
  • Undocumented

    Declaration

    Swift

    public init(eniId: String? = nil, eniPrivateIpAddress: String? = nil)