NetworkInterfacePermissionState constructor
const
NetworkInterfacePermissionState({})
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.
Implementation
const NetworkInterfacePermissionState({
this.awsAccountId,
this.networkInterfaceId,
this.networkInterfacePermissionId,
this.permission,
this.region,
this.timeouts,
});