NetworkInterfacePermissionState class

Input properties used for looking up and filtering NetworkInterfacePermission resources.

Constructors

NetworkInterfacePermissionState({Input<String?>? awsAccountId, Input<String?>? networkInterfaceId, Input<String?>? networkInterfacePermissionId, Input<String?>? permission, Input<String?>? region, Input<NetworkInterfacePermissionTimeouts?>? timeouts})
Creates a new NetworkInterfacePermissionState. awsAccountId The Amazon Web Services account ID. networkInterfaceId The ID of the network interface. networkInterfacePermissionId ENI permission ID. permission The type of permission to grant. Valid values are INSTANCE-ATTACH or EIP-ASSOCIATE. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.
const
NetworkInterfacePermissionState.fromMap(Map<String, dynamic> map)
factory

Properties

awsAccountId → Input<String?>?
The Amazon Web Services account ID.
final
hashCode int
The hash code for this object.
no setterinherited
networkInterfaceId → Input<String?>?
The ID of the network interface.
final
networkInterfacePermissionId → Input<String?>?
ENI permission ID.
final
permission → Input<String?>?
The type of permission to grant. Valid values are INSTANCE-ATTACH or EIP-ASSOCIATE.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeouts → Input<NetworkInterfacePermissionTimeouts?>?
final

Methods

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

Operators

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