VpcInterfaceRequest
public struct VpcInterfaceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the VPC Interface. This value must be unique within the current flow.
Declaration
Swift
public let name: String -
Role Arn MediaConnect can assumes to create ENIs in customer’s account
Declaration
Swift
public let roleArn: String -
Security Group IDs to be used on ENI.
Declaration
Swift
public let securityGroupIds: [String] -
Subnet must be in the AZ of the Flow
Declaration
Swift
public let subnetId: String -
Undocumented
Declaration
Swift
public init(name: String, roleArn: String, securityGroupIds: [String], subnetId: String)
View on GitHub
VpcInterfaceRequest Structure Reference