VpcInterfaceRequest class

Desired VPC Interface for a Flow

Constructors

VpcInterfaceRequest({required String name, required String roleArn, required List<String> securityGroupIds, required String subnetId})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the VPC Interface. This value must be unique within the current flow.
final
roleArn String
Role Arn MediaConnect can assumes to create ENIs in customer's account
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds List<String>
Security Group IDs to be used on ENI.
final
subnetId String
Subnet must be in the AZ of the Flow
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited